diff options
Diffstat (limited to 'configs/M5275EVB_defconfig')
-rw-r--r-- | configs/M5275EVB_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/M5275EVB_defconfig b/configs/M5275EVB_defconfig index ef1cf1a1aea..51cbd729fba 100644 --- a/configs/M5275EVB_defconfig +++ b/configs/M5275EVB_defconfig @@ -2,6 +2,7 @@ CONFIG_M68K=y CONFIG_SYS_TEXT_BASE=0xFFE00000 CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_SECT_SIZE=0x2000 +CONFIG_SYS_MALLOC_LEN=0x40000 CONFIG_DEFAULT_DEVICE_TREE="M5275EVB" CONFIG_TARGET_M5275EVB=y CONFIG_SYS_LOAD_ADDR=0x800000 |