Re: [U-Boot] [RESEND][PATCH 16/24] sh: add MEMORY command to a shared linker script

2016-11-29 Thread Simon Glass
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote: > At the moment in runtime all defined sections are copied into or > created in RAM, specify this explicitly to assert potential out of RAM > placements of the sections. > > Signed-off-by: Vladimir Zapolskiy

[U-Boot] [RESEND][PATCH 16/24] sh: add MEMORY command to a shared linker script

2016-11-27 Thread Vladimir Zapolskiy
At the moment in runtime all defined sections are copied into or created in RAM, specify this explicitly to assert potential out of RAM placements of the sections. Signed-off-by: Vladimir Zapolskiy --- arch/sh/cpu/u-boot.lds | 32 1 file changed,