mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
bb597c0eeb
move CONFIG_BOOTDELAY into a Kconfig option. Used for this purpose the moveconfig.py tool in tools. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
25 lines
699 B
Text
25 lines
699 B
Text
CONFIG_ARM=y
|
|
CONFIG_TARGET_THUNDERX_88XX=y
|
|
CONFIG_DM_SERIAL=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="thunderx-88xx"
|
|
CONFIG_SYS_EXTRA_OPTIONS="ARM64"
|
|
CONFIG_BOOTDELAY=5
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="ThunderX_88XX> "
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_EXPORTENV is not set
|
|
# CONFIG_CMD_IMPORTENV is not set
|
|
# CONFIG_CMD_EDITENV is not set
|
|
# CONFIG_CMD_SAVEENV is not set
|
|
# CONFIG_CMD_ENV_EXISTS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_FPGA is not set
|
|
# CONFIG_CMD_NET is not set
|
|
# CONFIG_CMD_NFS is not set
|
|
CONFIG_DM=y
|
|
CONFIG_DEBUG_UART=y
|
|
CONFIG_DEBUG_UART_PL011=y
|
|
CONFIG_DEBUG_UART_BASE=0x87e024000000
|
|
CONFIG_DEBUG_UART_CLOCK=24000000
|
|
CONFIG_DEBUG_UART_SKIP_INIT=y
|
|
CONFIG_REGEX=y
|