diff options
Diffstat (limited to 'configs/rpi_defconfig')
-rw-r--r-- | configs/rpi_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index 9379cf0..98d3199 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -1,2 +1,4 @@ CONFIG_ARM=y CONFIG_TARGET_RPI=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 |