]> git.ipfire.org Git - people/ms/u-boot.git/commit
sh: place board lowlevel_init code in the beginning of .text
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 27 Nov 2016 22:15:26 +0000 (00:15 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 3 Dec 2016 02:32:47 +0000 (21:32 -0500)
commit9ec4a67ef342b2dbcecc9721f5369f022ea59b26
tree3610595bf25ea7b7988f76f5848040a7d8c0d04c
parent3f8b5391ec531adec6fa7602aeb8894b7a23d44d
sh: place board lowlevel_init code in the beginning of .text

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 <vz@mleia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
19 files changed:
arch/sh/cpu/u-boot.lds
board/alphaproject/ap_sh4a_4a/Makefile
board/espt/Makefile
board/mpr2/Makefile
board/ms7720se/Makefile
board/ms7722se/Makefile
board/ms7750se/Makefile
board/renesas/MigoR/Makefile
board/renesas/ap325rxa/Makefile
board/renesas/ecovec/Makefile
board/renesas/r0p7734/Makefile
board/renesas/r2dplus/Makefile
board/renesas/r7780mp/Makefile
board/renesas/rsk7203/Makefile
board/renesas/rsk7264/Makefile
board/renesas/rsk7269/Makefile
board/renesas/sh7763rdp/Makefile
board/renesas/sh7785lcr/Makefile
board/shmin/Makefile