mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
fdt: suppress unused variable 'bd' warning
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
82bd9ee774
commit
d35b508a55
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue