[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1538587415-24126-1-git-send-email-maksym.kokhan@globallogic.com>
Date: Wed, 3 Oct 2018 20:23:35 +0300
From: Maksym Kokhan <maksym.kokhan@...ballogic.com>
To: Ralf Baechle <ralf@...ux-mips.org>,
Paul Burton <paul.burton@...s.com>,
James Hogan <jhogan@...nel.org>
Cc: Andrii Bordunov <andrew.bordunov@...il.com>,
linux-mips@...ux-mips.org, linux-kernel@...r.kernel.org
Subject: [PATCH] mips: delete duplication of BUILTIN_DTB selection
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@...ballogic.com>
Signed-off-by: Andrii Bordunov <andrew.bordunov@...il.com>
---
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
Powered by blists - more mailing lists