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 <[EMAIL PROTECTED]>
--- 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);
remove_disabled_code.patch
Description: remove_disabled_code.patch
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
