mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 14:36:03 +01: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>
20 lines
298 B
Plaintext
20 lines
298 B
Plaintext
if TARGET_ARBEL_EVB
|
|
|
|
config SYS_BOARD
|
|
default "arbel_evb"
|
|
|
|
config SYS_VENDOR
|
|
default "nuvoton"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "arbel"
|
|
|
|
config SYS_MEM_TOP_HIDE
|
|
hex "Reserved TOP memory"
|
|
default 0x0
|
|
help
|
|
Reserve memory for ECC/GFX/OPTEE/TIP/CP.
|
|
|
|
source "board/nuvoton/common/Kconfig"
|
|
endif
|