mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +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)
|
static int bootm_linux_fdt(int machid, bootm_headers_t *images)
|
||||||
{
|
{
|
||||||
ulong rd_len;
|
ulong rd_len;
|
||||||
bd_t *bd = gd->bd;
|
|
||||||
char *s;
|
|
||||||
void (*kernel_entry)(int zero, int dt_machid, void *dtblob);
|
void (*kernel_entry)(int zero, int dt_machid, void *dtblob);
|
||||||
ulong bootmap_base = getenv_bootm_low();
|
ulong bootmap_base = getenv_bootm_low();
|
||||||
ulong of_size = images->ft_len;
|
ulong of_size = images->ft_len;
|
||||||
|
|
Loading…
Add table
Reference in a new issue