From d6b243f6c59c943088253691844bd87a818eb34f Mon Sep 17 00:00:00 2001 From: Jiangyi Date: Sat, 28 Feb 2015 20:04:59 -0500 Subject: espresso-common: Use dlmalloc Change-Id: I27d64a9d7adb027d59931fd24577fc7d3ee17232 --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 43e9640..20ddfcd 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -33,6 +33,9 @@ BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_BASE := 0x40000000 # BOARD_KERNEL_CMDLINE := +# Use dlmalloc +MALLOC_IMPL := dlmalloc + # Init TARGET_PROVIDES_INIT := true TARGET_PROVIDES_INIT_TARGET_RC := true -- cgit v1.1