Skip to content
Snippets Groups Projects
Commit d35b508a authored by Kim Phillips's avatar Kim Phillips Committed by Wolfgang Denk
Browse files

fdt: suppress unused variable 'bd' warning

parent 82bd9ee7
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment