From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Tue, 10 Nov 2015 10:09:17 +0100 Subject: [U-Boot] [PATCH] spl: Add support for CONFIG_OF_EMBED=y In-Reply-To: <20151109200300.GF8499@bill-the-cat> References: <20151109200300.GF8499@bill-the-cat> Message-ID: <5641B43D.3010304@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/09/2015 09:03 PM, Tom Rini wrote: > On Mon, Nov 09, 2015 at 10:45:07AM +0100, Michal Simek wrote: > >> 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 > > Off-list but I _think_ patchwork will pick this up still: > Reported-by: Tom Rini :-) yep. TBH I was aware about this problem for a while - just didn't send patch out. Cheers, Michal