mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
tools: Include fdt_sw.o in libfdt for mkimage
At present this file is omitted. It is used to build up a binary device tree. We plan to do this in mkimage, so include this file in the build. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2af25b7473
commit
e2070a8961
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ FIT_SIG_OBJS-$(CONFIG_FIT_SIGNATURE) := common/image-sig.o
|
|||
# Flattened device tree objects
|
||||
LIBFDT_OBJS := $(addprefix lib/libfdt/, \
|
||||
fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_wip.o \
|
||||
fdt_region.o)
|
||||
fdt_region.o fdt_sw.o)
|
||||
RSA_OBJS-$(CONFIG_FIT_SIGNATURE) := $(addprefix lib/rsa/, \
|
||||
rsa-sign.o rsa-verify.o rsa-checksum.o \
|
||||
rsa-mod-exp.o)
|
||||
|
|
Loading…
Add table
Reference in a new issue