mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
16 lines
196 B
Text
16 lines
196 B
Text
|
if TARGET_GRASSHOPPER
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "grasshopper"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "in-circuit"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "at32ap700x"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "grasshopper"
|
||
|
|
||
|
endif
|