aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMatthias Weisser <weisserm@arcor.de>2011-11-05 11:40:34 +0100
committerMike Frysinger <vapier@gentoo.org>2011-12-10 17:54:04 -0500
commit21899b10850b8ba155b16038fac5dd8d98214842 (patch)
tree704f143e00b60eb3a2f405fb3d8870c59b527425 /common
parentc90a4dd79cb17abb46689f27ff9f1c971362d6e2 (diff)
sandbox: Add improved RAM simulation
Using mmap to allocate memory from the OS for RAM simulation we can use u-boot own malloc implementation. Tested-by: Simon Glass <sjg@chromium.org> Signed-off-by: Matthias Weisser <weisserm@arcor.de> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'common')
-rw-r--r--common/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/Makefile b/common/Makefile
index 1be723603..2d9ae8c5c 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -29,9 +29,6 @@ LIB = $(obj)libcommon.o
ifndef CONFIG_SPL_BUILD
COBJS-y += main.o
COBJS-y += command.o
-ifndef CONFIG_SANDBOX
-COBJS-y += dlmalloc.o
-endif
COBJS-y += exports.o
COBJS-$(CONFIG_SYS_HUSH_PARSER) += hush.o
COBJS-y += image.o