mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 20:58:22 +00:00

If CONFIG_SYS_SKIP_UART_INIT is enabled, calculate the current baud rate and update the "console" environment variable. Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
9 lines
219 B
Text
9 lines
219 B
Text
if ARCH_NPCM
|
|
|
|
config SYS_SKIP_UART_INIT
|
|
bool "Skip UART initialization"
|
|
depends on NPCM_SERIAL
|
|
help
|
|
Select this if the UART you want to use is already
|
|
initialized by the time U-Boot starts its execution.
|
|
endif
|