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

werner at sita.openmoko.org werner at sita.openmoko.org
Fri Mar 9 16:40:47 CET 2007


Author: werner
Date: 2007-03-09 16:40:30 +0100 (Fri, 09 Mar 2007)
New Revision: 1305

Modified:
   trunk/src/target/u-boot/patches/cmd-unzip.patch
Log:
common/cmd_mem.c: changed maximum argc of "unzip" from CFG_MAXARGS to 4



Modified: trunk/src/target/u-boot/patches/cmd-unzip.patch
===================================================================
--- trunk/src/target/u-boot/patches/cmd-unzip.patch	2007-03-09 14:27:22 UTC (rev 1304)
+++ trunk/src/target/u-boot/patches/cmd-unzip.patch	2007-03-09 15:40:30 UTC (rev 1305)
@@ -7,7 +7,7 @@
 ===================================================================
 --- u-boot.orig/common/cmd_mem.c
 +++ u-boot/common/cmd_mem.c
-@@ -1185,6 +1185,34 @@ int do_mem_crc (cmd_tbl_t *cmdtp, int fl
+@@ -1148,6 +1148,34 @@ int do_mem_crc (cmd_tbl_t *cmdtp, int fl
  }
  #endif	/* CONFIG_CRC32_VERIFY */
  
@@ -42,13 +42,13 @@
  /**************************************************/
  #if (CONFIG_COMMANDS & CFG_CMD_MEMORY)
  U_BOOT_CMD(
-@@ -1288,5 +1316,13 @@ U_BOOT_CMD(
+@@ -1251,5 +1279,13 @@ U_BOOT_CMD(
  );
  #endif /* CONFIG_MX_CYCLIC */
  
 +#ifdef CONFIG_UNZIP
 +U_BOOT_CMD(
-+	unzip,	CFG_MAXARGS,	1,	do_unzip,
++	unzip,	4,	1,	do_unzip,
 +	"unzip - unzip a memory region\n",
 +	"srcaddr dstaddr [dstsize]\n"
 +);





More information about the commitlog mailing list