]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
spl: Add support for CONFIG_OF_EMBED=y
authorMichal Simek <michal.simek@xilinx.com>
Mon, 9 Nov 2015 09:45:07 +0000 (10:45 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 12 Nov 2015 23:13:21 +0000 (18:13 -0500)
CONFIG_OF_EMBED=y is the option which is here only for testing purpose
and shouldn't be enabled by default as is describe at:
"dts: Add a comment about CONFIG_OF_EMBED being for local use"
(sha1: 3d3f60cb7a6bb6c338e00a9769fa918a8536096c)

But still enabling this option locally shouldn't end up with compilation
error when you build SPL. This patch fix it.

Compilation error:
lib/built-in.o: In function `fdtdec_setup':
/mnt/disk/u-boot/lib/fdtdec.c:1246: undefined reference to
`__dtb_dt_begin'

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reported-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.spl

index dd235b9d7ad6f669cc64df68c14dbd9bc2bf4599..8f690eb70c474c96b0d830a0f22bbbbe1fe3dd05 100644 (file)
@@ -56,6 +56,7 @@ libs-y += common/init/
 libs-$(CONFIG_SPL_LIBCOMMON_SUPPORT) += common/
 libs-$(CONFIG_SPL_LIBDISK_SUPPORT) += disk/
 libs-y += drivers/
+libs-y += dts/
 libs-y += fs/
 libs-$(CONFIG_SPL_LIBGENERIC_SUPPORT) += lib/
 libs-$(CONFIG_SPL_POST_MEM_SUPPORT) += post/drivers/