r2925 - trunk/src/target/u-boot/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Wed Sep 5 19:40:12 CEST 2007


Author: laforge
Date: 2007-09-05 19:40:06 +0200 (Wed, 05 Sep 2007)
New Revision: 2925

Removed:
   trunk/src/target/u-boot/patches/ext2load_hex.patch
Modified:
   trunk/src/target/u-boot/patches/series
Log:
remove ext2load_hex.patch.  this information is stored in the filesize environment variable anyway


Deleted: trunk/src/target/u-boot/patches/ext2load_hex.patch
===================================================================
--- trunk/src/target/u-boot/patches/ext2load_hex.patch	2007-09-05 17:25:20 UTC (rev 2924)
+++ trunk/src/target/u-boot/patches/ext2load_hex.patch	2007-09-05 17:40:06 UTC (rev 2925)
@@ -1,17 +0,0 @@
-This patch adds the hex-printing of the file size read by 'ext2load'
-
-Signed-off-by: Harald Welte <laforge at openmoko.org>
-
-Index: u-boot/common/cmd_ext2.c
-===================================================================
---- u-boot.orig/common/cmd_ext2.c
-+++ u-boot/common/cmd_ext2.c
-@@ -245,7 +245,7 @@
- 	/* Loading ok, update default load address */
- 	load_addr = addr;
- 
--	printf ("\n%ld bytes read\n", filelen);
-+	printf ("\n%ld (0x%lx) bytes read\n", filelen, filelen);
- 	sprintf(buf, "%lX", filelen);
- 	setenv("filesize", buf);
- 

Modified: trunk/src/target/u-boot/patches/series
===================================================================
--- trunk/src/target/u-boot/patches/series	2007-09-05 17:25:20 UTC (rev 2924)
+++ trunk/src/target/u-boot/patches/series	2007-09-05 17:40:06 UTC (rev 2925)
@@ -1,6 +1,5 @@
 # just some local hacks
 uboot-machtypes.patch
-ext2load_hex.patch
 uboot-mokoversion.patch
 
 # those we want to get mainline





More information about the commitlog mailing list