Searched hist:"8 d7a2b83f9ba0467c3b4888ec2204d6fd13bbb65" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Makefile.spl | 8d7a2b83f9ba0467c3b4888ec2204d6fd13bbb65 Mon Nov 09 09:45:07 UTC 2015 Michal Simek <michal.simek@xilinx.com> spl: Add support for CONFIG_OF_EMBED=y
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>
|