summaryrefslogtreecommitdiff
path: root/lib/libfdt/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-06-23 15:38:27 -0600
committerSimon Glass <sjg@chromium.org>2015-07-21 17:39:20 -0600
commitc3c4c00563abfca63f5b846f4f4f6fc390e58563 (patch)
tree756cd781da4f729c2fb3cc5f63ff06f8a18d101a /lib/libfdt/Makefile
parent8f6e2e1ee17bb1ecce03518b8eceda6965617477 (diff)
downloadu-boot-imx-c3c4c00563abfca63f5b846f4f4f6fc390e58563.zip
u-boot-imx-c3c4c00563abfca63f5b846f4f4f6fc390e58563.tar.gz
u-boot-imx-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/Makefile2
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