]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
fdt: Allow FDT functions to be built for SPL
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:40 +0000 (22:06 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Apr 2015 15:05:54 +0000 (09:05 -0600)
Remove the implicit assumption that SPL does not support device tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/Makefile

index 07d175f45e87987c659404aba8e5774bccaf2860..97ed398ade42f1b0eb6ef233202b56fa3068a668 100644 (file)
@@ -44,6 +44,12 @@ obj-$(CONFIG_BITREVERSE) += bitrev.o
 obj-y += list_sort.o
 endif
 
+ifndef CONFIG_SPL_DISABLE_OF_CONTROL
+obj-$(CONFIG_OF_LIBFDT) += libfdt/
+obj-$(CONFIG_OF_CONTROL) += fdtdec_common.o
+obj-$(CONFIG_OF_CONTROL) += fdtdec.o
+endif
+
 ifdef CONFIG_SPL_BUILD
 obj-$(CONFIG_SPL_YMODEM_SUPPORT) += crc16.o
 obj-$(CONFIG_SPL_NET_SUPPORT) += net_utils.o