mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01:00
Since required drivers were merged, we can safely clean up the board and switch to DM based driver with device tree support. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
13 lines
164 B
Plaintext
13 lines
164 B
Plaintext
if TARGET_TRANSFORMER_T30
|
|
|
|
config SYS_BOARD
|
|
default "transformer-t30"
|
|
|
|
config SYS_VENDOR
|
|
default "asus"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "transformer-t30"
|
|
|
|
endif
|