ARM: rework amlogic configuration
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 25 Oct 2018 14:41:37 +0000 (16:41 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 26 Nov 2018 13:40:52 +0000 (14:40 +0100)
commit96a739b4608dfa6e575b17290d25d7b7c525d517
tree66d7c4d3bd0ff81f74e1a804ab053bbd3fac54b9
parentd54e03b612e4e8dcb406b95a8a6a2f8fd7fb055b
ARM: rework amlogic configuration

Rework the board SYS_BOARD, SYS_VENDOR and SYS_CONFIG_NAME setup by moving
the board Kconfig into the mach-meson Kconfig to make it easier to add
new boards for a SoC architecture and add a custom config header or custom
board handler for a platform.

This drops the board CONFIGs and the duplicate boards configs headers in
favor of a single meson64.h config header.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
18 files changed:
arch/arm/mach-meson/Kconfig
board/amlogic/odroid-c2/Kconfig [deleted file]
board/amlogic/p212/Kconfig [deleted file]
board/amlogic/q200/Kconfig [deleted file]
configs/khadas-vim2_defconfig
configs/khadas-vim_defconfig
configs/libretech-cc_defconfig
configs/nanopi-k2_defconfig
configs/odroid-c2_defconfig
configs/p212_defconfig
include/configs/khadas-vim.h [deleted file]
include/configs/libretech-cc.h [deleted file]
include/configs/meson-gx-common.h [deleted file]
include/configs/meson64.h [new file with mode: 0644]
include/configs/nanopi-k2.h [deleted file]
include/configs/odroid-c2.h [deleted file]
include/configs/p212.h [deleted file]
include/configs/q200.h [deleted file]