From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hebbar Date: Tue, 15 Jul 2008 17:10:56 -0700 (PDT) Subject: [U-Boot-Users] [PATCH] : Remove unused code from uboot-1.3.3/lib_arm/bootm.c In-Reply-To: <20080715195641.DA970240EE@gemini.denx.de> References: <5BF78BCE8D9BF14A83F836BD9E3916BA23C0AB@blrms.slti.sanyo.co.in> <20080715195641.DA970240EE@gemini.denx.de> Message-ID: <18477587.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Sorry i had generated the patch from with uboot/lib_arm directory and hence i think it failed. now i have created the diff for the root directory where the uboot-1.3.3 folder resides. sorry for the trouble. Thanks in advance. Regards Gururaja Signed off by: Gururaja Hebbar diff -purN uboot/lib_arm_orig/bootm.c uboot/lib_arm/bootm.c --- uboot/lib_arm_orig/bootm.c 2008-05-19 03:47:11.000000000 -0700 +++ uboot/lib_arm/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); http://www.nabble.com/file/p18477587/removed_unused_code_lib_arm_bootm.patch removed_unused_code_lib_arm_bootm.patch -- View this message in context: http://www.nabble.com/-PATCH--%3A-Remove-unused-code-from-uboot-1.3.3-lib_arm-bootm.c-tp18460213p18477587.html Sent from the Uboot - Users mailing list archive at Nabble.com.