]> git.baikalelectronics.ru Git - uboot.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)
commit6239ba4f1560cf076dc9a323cb6e6e0997471ee8
tree3610595bf25ea7b7988f76f5848040a7d8c0d04c
parent7669b58683d9f1b9ea7bc8d30e6f08f1c21352fc
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