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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sat Feb 17 00:10:35 CET 2007


Author: laforge
Date: 2007-02-17 00:10:34 +0100 (Sat, 17 Feb 2007)
New Revision: 1023

Modified:
   trunk/src/target/u-boot/patches/env_nand_oob.patch
   trunk/src/target/u-boot/patches/series
   trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
Log:
reorder patches to facilitate easier submission


Modified: trunk/src/target/u-boot/patches/env_nand_oob.patch
===================================================================
--- trunk/src/target/u-boot/patches/env_nand_oob.patch	2007-02-16 22:59:07 UTC (rev 1022)
+++ trunk/src/target/u-boot/patches/env_nand_oob.patch	2007-02-16 23:10:34 UTC (rev 1023)
@@ -93,19 +93,6 @@
  #endif /* CFG_ENV_IS_IN_NAND */
  
  
-Index: u-boot/include/configs/neo1973.h
-===================================================================
---- u-boot.orig/include/configs/neo1973.h	2007-02-16 23:53:33.000000000 +0100
-+++ u-boot/include/configs/neo1973.h	2007-02-16 23:53:34.000000000 +0100
-@@ -197,7 +197,7 @@
- 
- #define	CFG_ENV_IS_IN_NAND	1
- #define CFG_ENV_SIZE		0x4000		/* 16k Total Size of Environment Sector */
--#define CFG_ENV_OFFSET		0x30000		/* environment after bootloader */
-+#define CFG_ENV_OFFSET_OOB	1		/* Location of ENV stored in block 0 OOB */
- 
- #define NAND_MAX_CHIPS		1
- #define CFG_NAND_BASE		0x4e000000
 Index: u-boot/common/Makefile
 ===================================================================
 --- u-boot.orig/common/Makefile	2007-02-16 23:53:15.000000000 +0100

Modified: trunk/src/target/u-boot/patches/series
===================================================================
--- trunk/src/target/u-boot/patches/series	2007-02-16 22:59:07 UTC (rev 1022)
+++ trunk/src/target/u-boot/patches/series	2007-02-16 23:10:34 UTC (rev 1023)
@@ -13,10 +13,10 @@
 uboot-s3c2410-nand.patch
 uboot-cmd_s3c2410.patch
 uboot-s3c2410-mmc.patch
+env_nand_oob.patch
 uboot-s3c2410_fb.patch
 uboot-20061030-qt2410.patch 
 uboot-20061030-neo1973.patch 
-env_nand_oob.patch
 
 # this will be somewhat more difficult
 nand-dynamic_partitions.patch

Modified: trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-02-16 22:59:07 UTC (rev 1022)
+++ trunk/src/target/u-boot/patches/uboot-20061030-neo1973.patch	2007-02-16 23:10:34 UTC (rev 1023)
@@ -895,7 +895,7 @@
 +
 +#define	CFG_ENV_IS_IN_NAND	1
 +#define CFG_ENV_SIZE		0x4000		/* 16k Total Size of Environment Sector */
-+#define CFG_ENV_OFFSET		0x30000		/* environment after bootloader */
++#define CFG_ENV_OFFSET_OOB    1               /* Location of ENV stored in block 0 OOB */
 +
 +#define NAND_MAX_CHIPS		1
 +#define CFG_NAND_BASE		0x4e000000





More information about the commitlog mailing list