mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Update Apalis T30 as per the following commitsc369139234tegra: dts: Add serial port details461be2f96ekconfig: remove redundant "string" type in arch and board Kconfigsf1ef2b6233kconfig: 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
|