Re: [U-Boot] [PATCH v2 4/4] ARM: at91: lds: use "_image_binary_end" for DT location

2017-04-13 Thread Simon Glass
On 23 March 2017 at 21:34, Wenyou Yang wrote: > The MMC SPL locates the BSS section to a different memory region > from text, then use "_image_binary_end" variable to point to the > correct device tree location. > > Signed-off-by: Wenyou Yang > --- >

[U-Boot] [PATCH v2 4/4] ARM: at91: lds: use "_image_binary_end" for DT location

2017-03-23 Thread Wenyou Yang
The MMC SPL locates the BSS section to a different memory region from text, then use "_image_binary_end" variable to point to the correct device tree location. Signed-off-by: Wenyou Yang --- Changes in v2: - Drop [PATCH] ARM: at91: lds: add test SPL binary size and bbs