Re: [U-Boot] CONFIG_OF_EMBED

2019-03-29 Thread Simon Glass
HI Dalon, On Thu, 28 Mar 2019 at 10:32, Dalon L Westergreen wrote: > > On Fri, 2019-03-22 at 10:11 +0800, Simon Glass wrote: > > Hi, > > > > On Fri, 22 Mar 2019 at 05:37, Marek Vasut wrote: > > > On 3/21/19 5:37 PM, Dalon L Westergreen wrote: > > > > On Thu, 2019-03-21 at 16:48 +0100, Marek Vasu

Re: [U-Boot] CONFIG_OF_EMBED

2019-03-28 Thread Dalon L Westergreen
On Fri, 2019-03-22 at 10:11 +0800, Simon Glass wrote: > Hi, > > On Fri, 22 Mar 2019 at 05:37, Marek Vasut wrote: > > On 3/21/19 5:37 PM, Dalon L Westergreen wrote: > > > On Thu, 2019-03-21 at 16:48 +0100, Marek Vasut wrote: > > > > On 3/21/19 3:33 PM, Dalon L Westergreen wrote: > > > > > On Thu,

Re: [U-Boot] CONFIG_OF_EMBED

2019-03-21 Thread Simon Glass
Hi, On Fri, 22 Mar 2019 at 05:37, Marek Vasut wrote: > > On 3/21/19 5:37 PM, Dalon L Westergreen wrote: > > On Thu, 2019-03-21 at 16:48 +0100, Marek Vasut wrote: > >> On 3/21/19 3:33 PM, Dalon L Westergreen wrote: > >>> On Thu, 2019-03-21 at 03:30 +0100, Marek Vasut wrote: > On 3/20/19 9:24

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_

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

2013-08-23 Thread TigerLiu
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_dt_dtb_start's definition. Best wishes, ___ U-Bo

Re: [U-Boot] CONFIG_OF_EMBED/CONFIG_OF_SEPARATE and fdtcontroladdr

2012-07-19 Thread Simon Glass
Hi Michal, On Wed, Jul 4, 2012 at 7:43 AM, Michal Simek wrote: > Hi Simon, > > I have create another thread because this can be discuss separately. > > In board file there is this code (We discussed fdtcontroladdr separately). > > #ifdef CONFIG_OF_EMBED > /* Get a pointer to the FDT */ >

[U-Boot] CONFIG_OF_EMBED/CONFIG_OF_SEPARATE and fdtcontroladdr

2012-07-03 Thread Michal Simek
Hi Simon, I have create another thread because this can be discuss separately. In board file there is this code (We discussed fdtcontroladdr separately). #ifdef CONFIG_OF_EMBED /* Get a pointer to the FDT */ gd->fdt_blob = _binary_dt_dtb_start; #elif defined CONFIG_OF_SEPARATE