fdt: suppress unused variable 'bd' warning

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
master
Kim Phillips 18 years ago committed by Wolfgang Denk
parent 82bd9ee774
commit d35b508a55
  1. 1
      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) int fdt_chosen(void *fdt, ulong initrd_start, ulong initrd_end, int force)
{ {
bd_t *bd = gd->bd;
int nodeoffset; int nodeoffset;
int err; int err;
u32 tmp; /* used to set 32 bit integer properties */ u32 tmp; /* used to set 32 bit integer properties */

Loading…
Cancel
Save