
15 Jul
2008
15 Jul
'08
10:31 a.m.
Hi,
This patch removes an unused part of the code.
This code is only used in lib_avr32/bootm.c and in lib_arm/bootm.c it is under #if 0
Comments are welcome.
Regards Gururaja
Signed off by: Gururaja Hebbar gururajakr@sanyo.co.in
--- bootm_orig.c 2008-07-15 16:51:03.296875000 -0700 +++ bootm.c 2008-07-15 16:51:38.250000000 -0700 @@ -43,9 +43,6 @@ static void setup_memory_tags (bd_t *bd) # endif 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 static void setup_initrd_tag (bd_t *bd, ulong initrd_start, ulong initrd_end);