[PATCH] ARM: don't expose CONFIG_ZRELADDR to the users
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Mon Aug 2 04:42:17 EDT 2010
This value is essential for booting a zImage and only depends on the
memory layout of the machine to boot. This value was specified in
Makefile.boot before
e69edc79 (ARM: Auto calculate ZRELADDR and provide option for exceptions)
and so wasn't available to change via .config.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
Cc: Russell King <linux at arm.linux.org.uk>
Cc: Nicolas Pitre <nico at fluxnic.net>
Cc: Eric Miao <eric.miao at canonical.com>
---
arch/arm/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e39caa8..ec0e124 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1528,7 +1528,7 @@ config AUTO_ZRELADDR
from start of memory.
config ZRELADDR
- hex "Physical address of the decompressed kernel image"
+ hex
depends on !AUTO_ZRELADDR
default 0x00008000 if ARCH_BCMRING ||\
ARCH_CNS3XXX ||\
--
1.7.1
More information about the linux-arm-kernel
mailing list