mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
9aafef4f36
Update Apalis T30 as per the following commitsc369139234
tegra: dts: Add serial port details461be2f96e
kconfig: remove redundant "string" type in arch and board Kconfigsf1ef2b6233
kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
12 lines
152 B
Text
12 lines
152 B
Text
if TARGET_APALIS_T30
|
|
|
|
config SYS_BOARD
|
|
default "apalis_t30"
|
|
|
|
config SYS_VENDOR
|
|
default "toradex"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "apalis_t30"
|
|
|
|
endif
|