[PATCH v4 2/7] arm/imx6q: add core definitions and low-level debug uart
From: Shawn Guo <hidden>
Date: 2011-09-29 14:10:36
From: Shawn Guo <hidden>
Date: 2011-09-29 14:10:36
On Thu, Sep 29, 2011 at 10:32:45AM +0100, Russell King - ARM Linux wrote:
On Wed, Sep 28, 2011 at 05:06:43PM +0800, Shawn Guo wrote:quoted
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_ZRELADDRThis bars you from building a working kernel with ZBOOT_ROM=y. You can still select ZBOOT_ROM=y but things won't work.
Right. This is going to be 'select AUTO_ZRELADDR if !ZBOOT_ROM'. -- Regards, Shawn