summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BoardCommonConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk
index 540f12e..89fcbe3 100644
--- a/BoardCommonConfig.mk
+++ b/BoardCommonConfig.mk
@@ -59,6 +59,9 @@ BOARD_KERNEL_CMDLINE := console=ttySAC2,115200 consoleblank=0
# Include an expanded selection of fonts
EXTENDED_FONT_FOOTPRINT := true
+# Memory management
+MALLOC_IMPL := dlmalloc
+
# Filesystem
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_BOOTIMAGE_PARTITION_SIZE := 8388608