mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Remove unused code from lib_arm/bootm.c
Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
This commit is contained in:
parent
ffbb5cb942
commit
de2a07e534
1 changed files with 0 additions and 3 deletions
|
@ -43,9 +43,6 @@ static void setup_memory_tags (bd_t *bd);
|
||||||
# endif
|
# endif
|
||||||
static void setup_commandline_tag (bd_t *bd, char *commandline);
|
static void setup_commandline_tag (bd_t *bd, char *commandline);
|
||||||
|
|
||||||
#if 0
|
|
||||||
static void setup_ramdisk_tag (bd_t *bd);
|
|
||||||
#endif
|
|
||||||
# ifdef CONFIG_INITRD_TAG
|
# ifdef CONFIG_INITRD_TAG
|
||||||
static void setup_initrd_tag (bd_t *bd, ulong initrd_start,
|
static void setup_initrd_tag (bd_t *bd, ulong initrd_start,
|
||||||
ulong initrd_end);
|
ulong initrd_end);
|
||||||
|
|
Loading…
Reference in a new issue