[PATCH v3 4/6] arm/imx6q: add smp and cpu hotplug support
From: Russell King - ARM Linux <hidden>
Date: 2011-09-26 11:47:32
From: Russell King - ARM Linux <hidden>
Date: 2011-09-26 11:47:32
On Mon, Sep 26, 2011 at 01:06:34PM +0200, Sascha Hauer wrote:
+config ARCH_IMX_V6_V7 + bool "i.MX3, i.MX6" + select AUTO_ZRELADDR
It's not a good idea to select this symbol, because it prevents ZBOOT_ROM being used (iow, you can't ROM-ify the decompressor if you select this symbol.) ZBOOT_ROM is still offered, but you end up breaking the dependencies for AUTO_ZRELADDR if you select it.