From 21899b10850b8ba155b16038fac5dd8d98214842 Mon Sep 17 00:00:00 2001 From: Matthias Weisser Date: Sat, 5 Nov 2011 11:40:34 +0100 Subject: 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 Signed-off-by: Matthias Weisser Signed-off-by: Mike Frysinger --- common/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'common') 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 -- cgit v1.2.3