mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 21:51:25 +02: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
140 B
Plaintext
13 lines
140 B
Plaintext
if TARGET_GROUPER
|
|
|
|
config SYS_BOARD
|
|
default "grouper"
|
|
|
|
config SYS_VENDOR
|
|
default "asus"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "grouper"
|
|
|
|
endif
|