diff options
| author | wdenk <wdenk> | 2003-05-05 17:09:41 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-05-05 17:09:41 +0000 | 
| commit | e60096299143ab8ffcb23e41405c9c70eb1e6b4e (patch) | |
| tree | 998647ffb19b9cf9b46b160e7f9fc429a0c8869a /include/configs/atc.h | |
| parent | 9c62cc58b8e228e8296630e47b95c15c4a3753a0 (diff) | |
| download | olio-uboot-2014.01-e60096299143ab8ffcb23e41405c9c70eb1e6b4e.tar.xz olio-uboot-2014.01-e60096299143ab8ffcb23e41405c9c70eb1e6b4e.zip | |
Fix ATC board configuration and flash driver
Diffstat (limited to 'include/configs/atc.h')
| -rw-r--r-- | include/configs/atc.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 |