mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
sandbox: Disable built-in malloc
We prefer to U-Boot's malloc but for now it is easier to use the C library's version. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
6d6f123632
commit
fe34107e38
1 changed files with 2 additions and 0 deletions
|
|
@ -29,7 +29,9 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue