提交 fe34107e 编写于 作者: S Simon Glass 提交者: Wolfgang Denk

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: NSimon Glass <sjg@chromium.org>
上级 6d6f1236
...@@ -29,7 +29,9 @@ LIB = $(obj)libcommon.o ...@@ -29,7 +29,9 @@ LIB = $(obj)libcommon.o
ifndef CONFIG_SPL_BUILD ifndef CONFIG_SPL_BUILD
COBJS-y += main.o COBJS-y += main.o
COBJS-y += command.o COBJS-y += command.o
ifndef CONFIG_SANDBOX
COBJS-y += dlmalloc.o COBJS-y += dlmalloc.o
endif
COBJS-y += exports.o COBJS-y += exports.o
COBJS-$(CONFIG_SYS_HUSH_PARSER) += hush.o COBJS-$(CONFIG_SYS_HUSH_PARSER) += hush.o
COBJS-y += image.o COBJS-y += image.o
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册