projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82bd9ee
)
fdt: suppress unused variable 'bd' warning
author
Kim Phillips
<kim.phillips@freescale.com>
Thu, 16 Aug 2007 03:29:56 +0000
(22:29 -0500)
committer
Wolfgang Denk
<wd@denx.de>
Thu, 16 Aug 2007 10:19:28 +0000
(12:19 +0200)
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
common/fdt_support.c
patch
|
blob
|
history
diff --git
a/common/fdt_support.c
b/common/fdt_support.c
index
caaa682
..
175d59e
100644
(file)
--- a/
common/fdt_support.c
+++ b/
common/fdt_support.c
@@
-46,7
+46,6
@@
struct fdt_header *fdt;
int fdt_chosen(void *fdt, ulong initrd_start, ulong initrd_end, int force)
{
- bd_t *bd = gd->bd;
int nodeoffset;
int err;
u32 tmp; /* used to set 32 bit integer properties */