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

werner at sita.openmoko.org werner at sita.openmoko.org
Sat Feb 24 01:33:43 CET 2007


Author: werner
Date: 2007-02-24 01:33:39 +0100 (Sat, 24 Feb 2007)
New Revision: 1091

Modified:
   trunk/src/target/u-boot/patches/nand-dynamic_partitions.patch
Log:
include/configs/neo1973.h (MTPARTS_DEFAULT): updated to new sizes
  (u-boot: 192k -> 256k, u-boot_env: 8k -> 16k, splash: 2M -> 640k)



Modified: trunk/src/target/u-boot/patches/nand-dynamic_partitions.patch
===================================================================
--- trunk/src/target/u-boot/patches/nand-dynamic_partitions.patch	2007-02-23 23:04:22 UTC (rev 1090)
+++ trunk/src/target/u-boot/patches/nand-dynamic_partitions.patch	2007-02-24 00:33:39 UTC (rev 1091)
@@ -118,7 +118,7 @@
  #define CONFIG_S3C2410_NAND_BBT                1
  
 +#define MTDIDS_DEFAULT	"nand0=neo1973-nand"
-+#define MTPARTS_DEFAULT	"neo1973-nand:192k(u-boot),8k(u-boot_env),2M(kernel),2M(splash),-(jffs2)"
++#define MTPARTS_DEFAULT	"neo1973-nand:256k(u-boot),16k(u-boot_env),2M(kernel),640k(splash),-(jffs2)"
 +
  #endif	/* __CONFIG_H */
 Index: u-boot/common/cmd_jffs2.c





More information about the commitlog mailing list