commit | 4131cb623d12a502b5b10dd227443a07fa0126c5 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jul 09 15:08:13 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Jul 11 21:30:21 2020 +0900 |
tree | 2640ff8af85acd1f909f6e3a09b2ad877de16ec0 | |
parent | 38d477060f2c6c6ffd7f19f3590eb9efce6e74a3 [diff] |
ARM: uniphier: consolidate SoC select menu Currently, the supports for the following two ARMv7 SoC groups are exclusive, because the boot ROM loads the SPL to a different address: - LD4, sLD8 (SPL is loaded at 0x00040000) - Pro4, Pro5, PXs2, LD6b (SPL is loaded at 0x00100000) This limitation exists only when CONFIG_SPL=y. Instead of using crappy CONFIG options, checking SPL and SPL_TEXT_BASE is cleaner. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>