mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 10:54:37 +00: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>
12 lines
140 B
Text
12 lines
140 B
Text
if TARGET_GROUPER
|
|
|
|
config SYS_BOARD
|
|
default "grouper"
|
|
|
|
config SYS_VENDOR
|
|
default "asus"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "grouper"
|
|
|
|
endif
|