Re: [U-Boot] [U-boot] CONFIG_OF_EMBED question

2013-08-26 Thread Simon Glass
Hi, On Fri, Aug 23, 2013 at 11:16 AM, Gerhard Sittig wrote: > On Fri, Aug 23, 2013 at 19:35 +0800, tiger...@viatech.com.cn wrote: >> >> Hi, experts: >> >> If i defined CONFIG_OF_EMBED, then: >> >> Where could i find _binary_dt_dtb_start's definition? >> >> In arch/arm/lib/board.c: >> >> gd->fdt_b

Re: [U-Boot] [U-boot] CONFIG_OF_EMBED question

2013-08-23 Thread Gerhard Sittig
On Fri, Aug 23, 2013 at 19:35 +0800, tiger...@viatech.com.cn wrote: > > Hi, experts: > > If i defined CONFIG_OF_EMBED, then: > > Where could i find _binary_dt_dtb_start's definition? > > In arch/arm/lib/board.c: > > gd->fdt_blob = _binary_dt_dtb_start; > > > > but i could not find _binary_