[U-Boot] [PATCH v2 1/6] powerpc/ppc4xx: Adjust environment size on neo
Dirk Eibach
eibach at gdsys.de
Thu Apr 26 15:54:21 CEST 2012
Environment size on neo has to be 0x20000 for compatibilty reasons.
Signed-off-by: Dirk Eibach <eibach at gdsys.de>
Cc: Stefan Roese <sr at denx.de>
---
Changes in v2:
- add Cc
- split up original patch series
include/configs/neo.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/neo.h b/include/configs/neo.h
index 8de5aaf..6559353 100644
--- a/include/configs/neo.h
+++ b/include/configs/neo.h
@@ -150,7 +150,7 @@
#ifdef CONFIG_ENV_IS_IN_FLASH
#define CONFIG_ENV_SECT_SIZE 0x20000 /* size of one complete sector */
#define CONFIG_ENV_ADDR ((-CONFIG_SYS_MONITOR_LEN)-CONFIG_ENV_SECT_SIZE)
-#define CONFIG_ENV_SIZE 0x2000 /* Total Size of Environment Sector */
+#define CONFIG_ENV_SIZE 0x20000 /* Total Size of Environment Sector */
/* Address and size of Redundant Environment Sector */
#define CONFIG_ENV_ADDR_REDUND (CONFIG_ENV_ADDR-CONFIG_ENV_SECT_SIZE)
--
1.7.2.5
More information about the U-Boot
mailing list