[PATCH] mips: delete duplication of BUILTIN_DTB selection

From: Maksym Kokhan
Date: Wed Oct 03 2018 - 13:23:54 EST


CONFIG_BUILTIN_DTB selection is duplicated in menu
"Machine selection" under MIPS_MALTA.

Fixes: e81a8c7dabac ("MIPS: Malta: Setup RAM regions via DT")
Signed-off-by: Maksym Kokhan <maksym.kokhan@xxxxxxxxxxxxxxx>
Signed-off-by: Andrii Bordunov <andrew.bordunov@xxxxxxxxx>
---
arch/mips/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 3551199..71d6549 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -539,7 +539,6 @@ config MIPS_MALTA
select USE_OF
select LIBFDT
select ZONE_DMA32 if 64BIT
- select BUILTIN_DTB
select LIBFDT
help
This enables support for the MIPS Technologies Malta evaluation
--
2.7.4