MIPS: boot: Support specifying UART port on Ingenic SoCs
Allow specifying from the config the UART to use on Ingenic SoCs when compressed kernel debugging is enabled. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
committed by
Thomas Bogendoerfer
parent
1660710cf5
commit
f92a05b9c0
@@ -102,6 +102,14 @@ config DEBUG_ZBOOT
|
||||
to reduce the kernel image size and speed up the booting procedure a
|
||||
little.
|
||||
|
||||
config ZBOOT_INGENIC_UART
|
||||
int "UART to use for compressed kernel debugging"
|
||||
depends on DEBUG_ZBOOT && MACH_INGENIC_SOC
|
||||
default 0
|
||||
range 0 4
|
||||
help
|
||||
Specify the UART that should be used for compressed kernel debugging.
|
||||
|
||||
config SPINLOCK_TEST
|
||||
bool "Enable spinlock timing tests in debugfs"
|
||||
depends on DEBUG_FS
|
||||
|
||||
Reference in New Issue
Block a user