fdt_region: move fdt_region.c to common/ from lib/libfdt/
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 16 Apr 2020 09:30:17 +0000 (18:30 +0900)
committerSimon Glass <sjg@chromium.org>
Sun, 26 Apr 2020 20:23:55 +0000 (14:23 -0600)
commit3e69db1223b9db82705fcc96b76caf0d8a468d12
treef562b8b0eb1678ed852a8a349861b25d4b736130
parentbcbdab70a2863355aa1b9a39abdd973202abc818
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 <masahiroy@kernel.org>
common/Makefile
lib/libfdt/Makefile
lib/libfdt/fdt_region.c [deleted file]
tools/Makefile