[Armadeus-commitlog] SF.net SVN: armadeus:[1132] trunk/buildroot/target/device/armadeus/apf27/ apf2
Brought to you by:
sszy
|
From: <th...@us...> - 2009-03-09 11:57:33
|
Revision: 1132
http://armadeus.svn.sourceforge.net/armadeus/?rev=1132&view=rev
Author: thom25
Date: 2009-03-09 11:57:16 +0000 (Mon, 09 Mar 2009)
Log Message:
-----------
[U-BOOT] allow env to start in the next good sector of the flash
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/apf27/apf27.h
Modified: trunk/buildroot/target/device/armadeus/apf27/apf27.h
===================================================================
--- trunk/buildroot/target/device/armadeus/apf27/apf27.h 2009-03-09 10:32:47 UTC (rev 1131)
+++ trunk/buildroot/target/device/armadeus/apf27/apf27.h 2009-03-09 11:57:16 UTC (rev 1132)
@@ -536,7 +536,8 @@
/*#define CFG_ENV_IS_NOWHERE
*/
#define CFG_ENV_OFFSET 0x000A0000 /* NAND offset address for now*/
-#define CFG_ENV_SIZE 0x00060000 /* 384kB ( 3 flash blocks ) */
+#define CFG_ENV_SIZE 0x00020000 /* 128kB */
+#define CFG_ENV_RANGE 0X00060000 /* 384kB ( 3 flash blocks ) */
#define CONFIG_ENV_OVERWRITE 1 /* env is writable now */
#define CONFIG_FIRMWARE_OFFSET 0x00100000
#define CONFIG_FIRMWARE_LEN 0x00080000 /* 512kB ( 4 flash blocks ) */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|