diff options
author | Simon Glass <sjg@chromium.org> | 2015-06-23 15:38:27 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-21 17:39:20 -0600 |
commit | c3c4c00563abfca63f5b846f4f4f6fc390e58563 (patch) | |
tree | 756cd781da4f729c2fb3cc5f63ff06f8a18d101a /lib/libfdt/Makefile | |
parent | 8f6e2e1ee17bb1ecce03518b8eceda6965617477 (diff) | |
download | u-boot-c3c4c00563abfca63f5b846f4f4f6fc390e58563.zip u-boot-c3c4c00563abfca63f5b846f4f4f6fc390e58563.tar.gz u-boot-c3c4c00563abfca63f5b846f4f4f6fc390e58563.tar.bz2 |
fdt: Add fdt_first/next_region() functions
These have been sent upstream but not accepted to libfdt. For now, bring
these into U-Boot to enable fdtgrep to operate. We will use fdtgrep to
cut device tree files down for SPL.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/libfdt/Makefile')
-rw-r--r-- | lib/libfdt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfdt/Makefile b/lib/libfdt/Makefile index 2f5413f..934d614 100644 --- a/lib/libfdt/Makefile +++ b/lib/libfdt/Makefile @@ -6,4 +6,4 @@ # obj-y += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o \ - fdt_empty_tree.o fdt_addresses.o + fdt_empty_tree.o fdt_addresses.o fdt_region.o |