mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 21:51:31 +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)
|
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…
Add table
Reference in a new issue