diff options
-rw-r--r-- | arch/arm/Kconfig | 11 |
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 | |||
652 | hex "Compressed ROM boot loader BSS address" | 652 | hex "Compressed ROM boot loader BSS address" |
653 | default "0" | 653 | default "0" |
654 | help | 654 | help |
655 | The base address of 64KiB of read/write memory in the target | 655 | The base address of an area of read/write memory in the target |
656 | for the ROM-able zImage, which must be available while the | 656 | for the ROM-able zImage which must be available while the |
657 | decompressor is running. Platforms which normally make use of | 657 | decompressor is running. It must be large enough to hold the |
658 | ROM-able zImage formats normally set this to a suitable | 658 | entire decompressed kernel plus an additional 128 KiB. |
659 | value in their defconfig file. | 659 | Platforms which normally make use of ROM-able zImage formats |
660 | normally set this to a suitable value in their defconfig file. | ||
660 | 661 | ||
661 | If ZBOOT_ROM is not enabled, this has no effect. | 662 | If ZBOOT_ROM is not enabled, this has no effect. |
662 | 663 | ||