Skip to content

Commit 50d9edd

Browse files
martin-kaiserarndb
authored andcommitted
ARM: debug: fix DEBUG_UNCOMPRESS help for !MULTIPLATFORM
Commit 84fc863 ("ARM: make ARCH_MULTIPLATFORM user-visible") modified DEBUG_UNCOMPRESS to prevent using it with multiplatform kernels. Update the help text, remove references to multiplatform. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent fcf410e commit 50d9edd

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

arch/arm/Kconfig.debug

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,15 +1809,8 @@ config DEBUG_UNCOMPRESS
18091809
(!DEBUG_TEGRA_UART || !ZBOOT_ROM) && \
18101810
!DEBUG_BRCMSTB_UART && !DEBUG_SEMIHOSTING
18111811
help
1812-
This option influences the normal decompressor output for
1813-
multiplatform kernels. Normally, multiplatform kernels disable
1814-
decompressor output because it is not possible to know where to
1815-
send the decompressor output.
1816-
1817-
When this option is set, the selected DEBUG_LL output method
1818-
will be re-used for normal decompressor output on multiplatform
1819-
kernels.
1820-
1812+
Say Y here to enable debug output in the decompressor code, using
1813+
the selected DEBUG_LL output method.
18211814

18221815
config UNCOMPRESS_INCLUDE
18231816
string

0 commit comments

Comments
 (0)