diff options
Diffstat (limited to 'configs/3c120_defconfig')
-rw-r--r-- | configs/3c120_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/3c120_defconfig b/configs/3c120_defconfig index a4b1b924f7d..edbc8ab139a 100644 --- a/configs/3c120_defconfig +++ b/configs/3c120_defconfig @@ -3,6 +3,7 @@ CONFIG_SYS_CONFIG_NAME="3c120_devboard" CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x20000 CONFIG_ENV_SECT_SIZE=0x20000 +CONFIG_SYS_MALLOC_LEN=0x20000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="3c120_devboard" CONFIG_SYS_LOAD_ADDR=0xd4000000 |