Re: [U-Boot] [RESEND][PATCH 14/24] sh: place board lowlevel_init code in the beginning of .text

2016-11-29 Thread Simon Glass
On 27 November 2016 at 15:15, Vladimir Zapolskiy wrote: > Reference lowlevel_init of all supported SH2A/SH3/SH4/SH4A boards > from a shared linker script, the lowlevel_init function will be called > by a relative address. > > Signed-off-by: Vladimir Zapolskiy > --- > arch/sh/cpu/u-boot.lds

[U-Boot] [RESEND][PATCH 14/24] sh: place board lowlevel_init code in the beginning of .text

2016-11-27 Thread Vladimir Zapolskiy
Reference lowlevel_init of all supported SH2A/SH3/SH4/SH4A boards from a shared linker script, the lowlevel_init function will be called by a relative address. Signed-off-by: Vladimir Zapolskiy --- arch/sh/cpu/u-boot.lds | 2 +- board/alphaproject/ap_sh4a_4a/Makefile | 2 +- boar