From: Kim Phillips Date: Thu, 16 Aug 2007 03:29:56 +0000 (-0500) Subject: fdt: suppress unused variable 'bd' warning X-Git-Tag: v1.3.0-rc1~19^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d35b508a55508535b6e8445b718585d27df733d3;p=pandora-u-boot.git fdt: suppress unused variable 'bd' warning Signed-off-by: Kim Phillips --- diff --git a/common/fdt_support.c b/common/fdt_support.c index caaa682a4f3..175d59eb994 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 */