When AUTO_ZRELADDR is enabled, ARM zImages are relocatable, and hence the user may use mkimage's -T kernel_noload option if their bootloader supports it. Signed-off-by: Stephen Warren <swarren@xxxxxxxxxxxxx> --- arch/arm/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4040796..5459b2e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -2055,6 +2055,7 @@ config CRASH_DUMP config AUTO_ZRELADDR bool "Auto calculation of the decompressed kernel image address" + select ALLOW_UIMAGE_KERNEL_NOLOAD depends on !ZBOOT_ROM && !ARCH_U300 help ZRELADDR is the physical address where the decompressed kernel -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html