u-boot/arch/sh/cpu
Vladimir Zapolskiy bccf09e0e1 sh: add shared relocate_code() function and call board_init_r()
Commits b61e90e6fd ("sh: Drop the arch-specific board init") and
f41e6088eb ("sh: Fix build errors for generic board") left code and
data relocation done in start.S, however further actual U-boot
configuration is not started anymore. Practically SH boards with the
code relocated into the expected position by start.S still can be
booted, so the change adds this option and provides an option how to
relocate code for board_init_r() execution.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2016-12-02 21:32:52 -05:00
..
sh2 sh: add shared relocate_code() function and call board_init_r() 2016-12-02 21:32:52 -05:00
sh3 sh: add shared relocate_code() function and call board_init_r() 2016-12-02 21:32:52 -05:00
sh4 sh: add shared relocate_code() function and call board_init_r() 2016-12-02 21:32:52 -05:00
u-boot.lds sh: add MEMORY command to a shared linker script 2016-12-02 21:32:48 -05:00