mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
0dac6b4e85
We have a bunch of boards that define their vendor class identifier and client archs in the board files or in the distro config. Move everything to the generic Kconfig options. We're missing the distinction between i386 and x86_64, as I couldn't find any config variable that would tell us the difference. Is that really important to people? I guess not, so I left it out. Signed-off-by: Alexander Graf <agraf@suse.de> Reviewed-by: Tom Rini <trini@konsulko.com>
25 lines
718 B
Text
25 lines
718 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_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
|
|
CONFIG_BOOTP_VCI_STRING="Diagnostics"
|