mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
arm, bootm: Fix compile warning
Fix warning: bootm.c: In function 'bootm_linux_fdt': bootm.c:181: warning: unused variable 's' bootm.c:180: warning: unused variable 'bd' Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
8f4cb77ef7
commit
1336cad298
1 changed files with 0 additions and 2 deletions
|
@ -177,8 +177,6 @@ static int fixup_memory_node(void *blob)
|
|||
static int bootm_linux_fdt(int machid, bootm_headers_t *images)
|
||||
{
|
||||
ulong rd_len;
|
||||
bd_t *bd = gd->bd;
|
||||
char *s;
|
||||
void (*kernel_entry)(int zero, int dt_machid, void *dtblob);
|
||||
ulong bootmap_base = getenv_bootm_low();
|
||||
ulong of_size = images->ft_len;
|
||||
|
|
Loading…
Reference in a new issue