summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorDan Fandrich2006-09-21 00:28:51 +0200
committerRussell King2006-09-25 11:34:05 +0200
commitf8c440b209581809c5c8acac599410f23597a7b8 (patch)
treee2afdb25ea3edbec39187db139f51d5ba1b8d473 /arch/arm/Kconfig
parent[ARM] 3853/1: Fix flush_ptrace_access() thinko for nonaliasing VIPT cache case (diff)
downloadkernel-qcow2-linux-f8c440b209581809c5c8acac599410f23597a7b8.tar.gz
kernel-qcow2-linux-f8c440b209581809c5c8acac599410f23597a7b8.tar.xz
kernel-qcow2-linux-f8c440b209581809c5c8acac599410f23597a7b8.zip
[ARM] 3792/2: Fix description of ZBOOT_ROM_BSS
The documentation for the ZBOOT_ROM_BSS config option describes it as "The base address of 64KiB of read/write memory in the target for the ROM-able zImage..." In actuality, it requires more than 100 KiB of space in addition to enough space to hold the decompressed kernel. This patch fixes the description in the Kconfig file. Signed-off-by: Dan Fandrich <dfandrich@intrinsyc.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig11
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 665ce173e664..0810d27c039e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -652,11 +652,12 @@ config ZBOOT_ROM_BSS
hex "Compressed ROM boot loader BSS address"
default "0"
help
- The base address of 64KiB of read/write memory in the target
- for the ROM-able zImage, which must be available while the
- decompressor is running. Platforms which normally make use of
- ROM-able zImage formats normally set this to a suitable
- value in their defconfig file.
+ The base address of an area of read/write memory in the target
+ for the ROM-able zImage which must be available while the
+ decompressor is running. It must be large enough to hold the
+ entire decompressed kernel plus an additional 128 KiB.
+ Platforms which normally make use of ROM-able zImage formats
+ normally set this to a suitable value in their defconfig file.
If ZBOOT_ROM is not enabled, this has no effect.