forked from OERV-BSP/u-boot
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
|