From e60096299143ab8ffcb23e41405c9c70eb1e6b4e Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 5 May 2003 17:09:41 +0000 Subject: Fix ATC board configuration and flash driver --- include/configs/atc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/configs/atc.h') diff --git a/include/configs/atc.h b/include/configs/atc.h index ca6b740aa..aad243da4 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 -- cgit v1.2.3