Explorar o código

fdt: suppress unused variable 'bd' warning

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Kim Phillips %!s(int64=17) %!d(string=hai) anos
pai
achega
d35b508a55
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      common/fdt_support.c

+ 0 - 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)
 {
-	bd_t *bd = gd->bd;
 	int   nodeoffset;
 	int   err;
 	u32   tmp;		/* used to set 32 bit integer properties */