ARM: rmobile: Convert TPL to SPL
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Fri, 13 Apr 2018 21:13:00 +0000 (23:13 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 13 Apr 2018 21:41:45 +0000 (23:41 +0200)
commit0e592d075979bfe4b8c9ea7e3c9055156ef17caf
tree64e03ab110553efce74656ff51da1b2b7d316978
parent98a100e9a315a5eff42d4343e1e54ddac774bd3f
ARM: rmobile: Convert TPL to SPL

There is currently no use for building the SPL anymore, since the
SPI loader can easily be replaced by TPL and TPL does load U-Boot
directly. Upgrade TPL to SPL and replace what used to be SPL with
it. This way we build the U-Boot sources only twice, not thrice.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/mach-rmobile/Kconfig.32
arch/arm/mach-rmobile/include/mach/boot0.h
arch/arm/mach-rmobile/lowlevel_init_ca15.S
board/renesas/porter/porter_spl.c
board/renesas/stout/stout_spl.c
configs/porter_defconfig
configs/stout_defconfig
include/configs/porter.h
include/configs/stout.h