summaryrefslogtreecommitdiffstats
path: root/include/configs/atc.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-05-05 17:09:41 +0000
committerwdenk <wdenk>2003-05-05 17:09:41 +0000
commite60096299143ab8ffcb23e41405c9c70eb1e6b4e (patch)
tree998647ffb19b9cf9b46b160e7f9fc429a0c8869a /include/configs/atc.h
parent9c62cc58b8e228e8296630e47b95c15c4a3753a0 (diff)
downloadblackbird-obmc-uboot-e60096299143ab8ffcb23e41405c9c70eb1e6b4e.tar.gz
blackbird-obmc-uboot-e60096299143ab8ffcb23e41405c9c70eb1e6b4e.zip
Fix ATC board configuration and flash driver
Diffstat (limited to 'include/configs/atc.h')
-rw-r--r--include/configs/atc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/atc.h b/include/configs/atc.h
index ca6b740aaf..aad243da47 100644
--- a/include/configs/atc.h
+++ b/include/configs/atc.h
@@ -232,7 +232,7 @@
#define CFG_SDRAM_BASE 0x00000000
#define CFG_SDRAM_MAX_SIZE 0x08000000 /* max. 128 MB */
#define CFG_MONITOR_BASE TEXT_BASE
-#define CFG_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */
+#define CFG_MONITOR_LEN (192 << 10) /* Reserve 192 kB for Monitor */
#define CFG_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc()*/
#if (CFG_MONITOR_BASE < CFG_FLASH_BASE)
@@ -242,7 +242,7 @@
#if 1
/* environment is in Flash */
#define CFG_ENV_IS_IN_FLASH 1
-# define CFG_ENV_ADDR (CFG_FLASH_BASE+0x40000)
+# define CFG_ENV_ADDR (CFG_FLASH_BASE+0x30000)
# define CFG_ENV_SIZE 0x10000
# define CFG_ENV_SECT_SIZE 0x10000
#else
OpenPOWER on IntegriCloud