summaryrefslogtreecommitdiffstats
path: root/include/configs/neo.h
diff options
context:
space:
mode:
authorDirk Eibach <eibach@gdsys.de>2012-04-26 03:54:21 +0000
committerStefan Roese <sr@denx.de>2012-04-30 15:00:49 +0200
commit00251261e2d285323fc8440563d99c87ae4fc68d (patch)
tree6b86c5eb0fd781421800692ffb03e32225eb84bc /include/configs/neo.h
parent415d386877df49eb051b85ef74fa59a16dc17c7d (diff)
downloadblackbird-obmc-uboot-00251261e2d285323fc8440563d99c87ae4fc68d.tar.gz
blackbird-obmc-uboot-00251261e2d285323fc8440563d99c87ae4fc68d.zip
powerpc/ppc4xx: Adjust environment size on neo
Environment size on neo has to be 0x20000 for compatibilty reasons. Signed-off-by: Dirk Eibach <eibach@gdsys.de> Cc: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/neo.h')
-rw-r--r--include/configs/neo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/neo.h b/include/configs/neo.h
index 8de5aaf1ed..655935321e 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)
OpenPOWER on IntegriCloud