
On 27 November 2016 at 15:15, Vladimir Zapolskiy vz@mleia.com wrote:
Commits b61e90e6fd83 ("sh: Drop the arch-specific board init") and f41e6088eb1a ("sh: Fix build errors for generic board") left code and data relocation done in start.S, however further actual U-boot
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
arch/sh/cpu/sh2/cpu.c | 6 ------ arch/sh/cpu/sh3/cpu.c | 6 ------ arch/sh/cpu/sh4/cpu.c | 6 ------ arch/sh/lib/board.c | 18 ++++++++++++++++++ 4 files changed, 18 insertions(+), 18 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org