From 82fd311453c3cefb71d90e4b1b0e3fa1ad478ff6 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 20 Sep 2006 23:28:51 +0100 Subject: [PATCH] --- yaml --- r: 36612 b: refs/heads/master c: f8c440b209581809c5c8acac599410f23597a7b8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/Kconfig | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index c36ba4690836..4b3db83cecfc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a71ebdfa5243765e455a9ec2d6360e1704c6599e +refs/heads/master: f8c440b209581809c5c8acac599410f23597a7b8 diff --git a/trunk/arch/arm/Kconfig b/trunk/arch/arm/Kconfig index 665ce173e664..0810d27c039e 100644 --- a/trunk/arch/arm/Kconfig +++ b/trunk/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.