]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: nuvoton: update console environment variable
authorJim Liu <jim.t90615@gmail.com>
Tue, 14 Nov 2023 08:51:59 +0000 (16:51 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 23 Nov 2023 00:11:27 +0000 (19:11 -0500)
commit5a2070783d1a5ac315bde9aa78dc2547204fd81d
treea232f907bc2d1b88e64473d514074df2efe13858
parent65660bfe853059e8f6a012c3e8912088dc379089
board: nuvoton: update console environment variable

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>
board/nuvoton/arbel_evb/Kconfig
board/nuvoton/arbel_evb/arbel_evb.c
board/nuvoton/common/Kconfig [new file with mode: 0644]
board/nuvoton/common/Makefile [new file with mode: 0644]
board/nuvoton/common/uart.c [new file with mode: 0644]
board/nuvoton/common/uart.h [new file with mode: 0644]
board/nuvoton/poleg_evb/Kconfig
board/nuvoton/poleg_evb/poleg_evb.c