mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: imx: imx6ull-evk: select ARCH_IMX6UL instead of ARCH_IMX6ULL
@ 2017-10-12 14:13 Philipp Zabel
  2017-10-16  7:35 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2017-10-12 14:13 UTC (permalink / raw)
  To: barebox

There is no need for a separate ARCH_IMX6ULL Kconfig symbol, and the
shared clock driver is only enabled with ARCH_IMX6UL.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 arch/arm/mach-imx/Kconfig | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index dab19a33ec..1578875e95 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -162,10 +162,6 @@ config ARCH_IMX6UL
 	bool
 	select ARCH_IMX6
 
-config ARCH_IMX6ULL
-	bool
-	select ARCH_IMX6
-
 config ARCH_IMX7
 	bool
 	select CPU_V7
@@ -420,7 +416,7 @@ config MACH_FREESCALE_MX7_SABRESD
 
 config MACH_NXP_IMX6ULL_EVK
 	bool "NXP i.MX6ull EVK Board"
-	select ARCH_IMX6ULL
+	select ARCH_IMX6UL
 
 endif
 
-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-16  7:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-12 14:13 [PATCH] ARM: imx: imx6ull-evk: select ARCH_IMX6UL instead of ARCH_IMX6ULL Philipp Zabel
2017-10-16  7:35 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox