summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-malta
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2019-01-21 13:18:53 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-22 08:16:44 +0100
commit49d7749aa94fb13b8907d80fc92a3e8cd6de8553 (patch)
tree2c2c4f6f1cb0856811453a5aa73c8ef5ffbe875d /arch/mips/mach-malta
parent25082eff77300372316fe85265730d1d3e653287 (diff)
downloadbarebox-49d7749aa94fb13b8907d80fc92a3e8cd6de8553.tar.gz
barebox-49d7749aa94fb13b8907d80fc92a3e8cd6de8553.tar.xz
MIPS: drop *_MULTI_BOARDS atavisms
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/mach-malta')
-rw-r--r--arch/mips/mach-malta/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/mach-malta/Kconfig b/arch/mips/mach-malta/Kconfig
index dab0a7cd2f..70799808f9 100644
--- a/arch/mips/mach-malta/Kconfig
+++ b/arch/mips/mach-malta/Kconfig
@@ -4,18 +4,10 @@ config ARCH_TEXT_BASE
hex
default 0xa0800000
-config MIPS_MALTA_MULTI_BOARDS
- bool "Allow multiple boards to be selected"
- select HAVE_PBL_MULTI_IMAGES
-
-if MIPS_MALTA_MULTI_BOARDS
-
config BOARD_QEMU_MALTA
bool "qemu malta"
select HAVE_PBL_IMAGE
select HAVE_IMAGE_COMPRESSION
select HAS_NMON
-endif # MIPS_MALTA_MULTI_BOARDS
-
endif