commit | 0e592d075979bfe4b8c9ea7e3c9055156ef17caf | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Fri Apr 13 23:13:00 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri Apr 13 23:41:45 2018 +0200 |
tree | 64e03ab110553efce74656ff51da1b2b7d316978 | |
parent | 98a100e9a315a5eff42d4343e1e54ddac774bd3f [diff] |
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>