[PATCH v4 2/7] arm/imx6q: add core definitions and low-level debug uart
From: Russell King - ARM Linux <hidden>
Date: 2011-09-29 09:32:45
From: Russell King - ARM Linux <hidden>
Date: 2011-09-29 09:32:45
On Wed, Sep 28, 2011 at 05:06:43PM +0800, Shawn Guo wrote:
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index 502e45f..e2e3e5a 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig@@ -29,6 +29,13 @@ config ARCH_MX5 This enables support for machines using Freescale's i.MX50 and i.MX51 processors. +config ARCH_MX6 + bool "i.MX6" + select AUTO_ZRELADDR
This bars you from building a working kernel with ZBOOT_ROM=y. You can still select ZBOOT_ROM=y but things won't work.