|
|
|
@ -80,7 +80,7 @@ |
|
|
|
|
/* max number of command args */ |
|
|
|
|
#define CONFIG_SYS_MAXARGS 16 |
|
|
|
|
|
|
|
|
|
#define CONFIG_SYS_MALLOC_LEN 128*1024 |
|
|
|
|
#define CONFIG_SYS_MALLOC_LEN (256 << 10) |
|
|
|
|
|
|
|
|
|
#define CONFIG_SYS_BOOTPARAMS_LEN 128*1024 |
|
|
|
|
|
|
|
|
@ -102,7 +102,6 @@ |
|
|
|
|
*/ |
|
|
|
|
/* The following #defines are needed to get flash environment right */ |
|
|
|
|
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE |
|
|
|
|
#define CONFIG_SYS_MONITOR_LEN (192 << 10) |
|
|
|
|
|
|
|
|
|
#define CONFIG_SYS_INIT_SP_OFFSET 0x400000 |
|
|
|
|
|
|
|
|
@ -115,10 +114,10 @@ |
|
|
|
|
#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE |
|
|
|
|
|
|
|
|
|
#define CONFIG_ENV_IS_IN_FLASH |
|
|
|
|
#define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + CONFIG_SYS_MONITOR_LEN) |
|
|
|
|
|
|
|
|
|
/* Address and size of Primary Environment Sector */ |
|
|
|
|
#define CONFIG_ENV_SIZE 0x8000 |
|
|
|
|
#define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + (4 << 20) - CONFIG_ENV_SIZE) |
|
|
|
|
|
|
|
|
|
#define CONFIG_ENV_OVERWRITE 1 |
|
|
|
|
|
|
|
|
|