diff options
Diffstat (limited to 'configs/smdkc100_defconfig')
-rw-r--r-- | configs/smdkc100_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/smdkc100_defconfig b/configs/smdkc100_defconfig index 041030f942f..e933a329b62 100644 --- a/configs/smdkc100_defconfig +++ b/configs/smdkc100_defconfig @@ -2,3 +2,5 @@ CONFIG_ARM=y CONFIG_TARGET_SMDKC100=y CONFIG_ARCH_S5PC1XX=y CONFIG_DEFAULT_DEVICE_TREE="s5pc1xx-smdkc100" +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 |