ARM: meson: clean-up platform selection
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 5 Oct 2018 08:25:47 +0000 (10:25 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 26 Nov 2018 13:40:51 +0000 (14:40 +0100)
commit32caa1e2f14cd50b8fe4cbc0541c49fa0a9fcf84
tree73c85b4cc5bb161c8ce7215619f75e4fcf934972
parent71a38a8e8e2828a3e1165585e134802be8ee05a7
ARM: meson: clean-up platform selection

Even if multiple board are selected through Kconfig, u-boot will only
compile one. This makes sense since compiling these targets will export
global symbols, such as board_init()

The change rework amlogic Kconfig so only one board may be selected at
a time

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/mach-meson/Kconfig