diff options
| author | Kim Phillips <kim.phillips@freescale.com> | 2007-08-15 22:29:56 -0500 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-08-16 12:19:28 +0200 | 
| commit | d35b508a55508535b6e8445b718585d27df733d3 (patch) | |
| tree | 6f2a84f7b40f700e39e82d99e933c7a60e378bc4 | |
| parent | 82bd9ee77490588d4da785d75829ca63d0176baf (diff) | |
| download | olio-uboot-2014.01-d35b508a55508535b6e8445b718585d27df733d3.tar.xz olio-uboot-2014.01-d35b508a55508535b6e8445b718585d27df733d3.zip | |
fdt: suppress unused variable 'bd' warning
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
| -rw-r--r-- | common/fdt_support.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/fdt_support.c b/common/fdt_support.c index caaa682a4..175d59eb9 100644 --- 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 */ |