public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] : Remove unused code from uboot-1.3.3/lib_arm/bootm.c
@ 2008-07-15  8:31 Gururaja Hebbar K R
  2008-07-15 19:56 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Gururaja Hebbar K R @ 2008-07-15  8:31 UTC (permalink / raw)
  To: u-boot

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);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove_disabled_code.patch
Type: application/octet-stream
Size: 412 bytes
Desc: remove_disabled_code.patch
Url : http://lists.denx.de/pipermail/u-boot/attachments/20080715/a82f3359/attachment.obj 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-07-20 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-15  8:31 [U-Boot-Users] [PATCH] : Remove unused code from uboot-1.3.3/lib_arm/bootm.c Gururaja Hebbar K R
2008-07-15 19:56 ` Wolfgang Denk
2008-07-16  0:10   ` Hebbar
2008-07-20 21:03     ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox