]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/atc.h
Fix ATC board configuration and flash driver
[karo-tx-uboot.git] / include / configs / atc.h
index ca6b740aafc7cb4db5d98b36d85044461d44aaee..aad243da47d20f3acbfe8c802ae27c3db10e90c6 100644 (file)
 #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)
 #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