diff options
| author | Masahiro Yamada <[email protected]> | 2020-04-16 18:30:17 +0900 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2020-04-26 14:23:55 -0600 |
| commit | 3e69db1223b9db82705fcc96b76caf0d8a468d12 (patch) | |
| tree | f562b8b0eb1678ed852a8a349861b25d4b736130 /lib/libfdt/Makefile | |
| parent | bcbdab70a2863355aa1b9a39abdd973202abc818 (diff) | |
fdt_region: move fdt_region.c to common/ from lib/libfdt/
My goal is to sync lib/libfdt/ with scripts/dtc/libfdt/, that is,
make lib/libfdt/ contain only wrapper files.
fdt_region.c was written only for U-Boot to implement the verified
boot. So, this belongs to the same group as common/fdt_support.c,
which is a collection of U-Boot own fdt helpers.
Move lib/libfdt/fdt_region.c to common/fdt_region.c . This is
necessary only when CONFIG_(SPL_TPL_)_FIT_SIGNATURE is enabled.
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'lib/libfdt/Makefile')
| -rw-r--r-- | lib/libfdt/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libfdt/Makefile b/lib/libfdt/Makefile index 878659f99e6..1fe50ecbe52 100644 --- a/lib/libfdt/Makefile +++ b/lib/libfdt/Makefile @@ -15,8 +15,5 @@ obj-y += \ obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o -# U-Boot own file -obj-y += fdt_region.o - ccflags-y := -I$(srctree)/scripts/dtc/libfdt \ -DFDT_ASSUME_MASK=$(CONFIG_$(SPL_TPL_)OF_LIBFDT_ASSUME_MASK) |
