mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-14 11:16:58 +02:00
Most device headers contain SoC specific part and common Tegra post part. Add a generic header which can be used by any Tegra device of one of the supported SoC generations (T20, T30, T114, T124 or T210) without need in device specific configuration. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
17 lines
256 B
Plaintext
17 lines
256 B
Plaintext
if TARGET_TEC
|
|
|
|
config SYS_BOARD
|
|
default "tec"
|
|
|
|
config SYS_VENDOR
|
|
default "avionic-design"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "tegra"
|
|
|
|
config TEGRA_BOARD_STRING
|
|
string "Default Tegra board name"
|
|
default "Avionic Design Tamonten Evaluation Carrier"
|
|
|
|
endif
|