commit | c32c95cef85a2ff81d0d168b5c38bd254891d1ff | [log] [tgz] |
---|---|---|
author | Jim Liu <jim.t90615@gmail.com> | Tue Nov 14 16:51:59 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 22 19:11:27 2023 -0500 |
tree | a232f907bc2d1b88e64473d514074df2efe13858 | |
parent | 4821e86d5273e16475a46d1c2f08d39d9075afa5 [diff] [blame] |
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>
diff --git a/board/nuvoton/common/Makefile b/board/nuvoton/common/Makefile new file mode 100644 index 0000000..8fd83b2 --- /dev/null +++ b/board/nuvoton/common/Makefile
@@ -0,0 +1 @@ +obj-$(CONFIG_SYS_SKIP_UART_INIT) += uart.o