mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
19 lines
222 B
Text
19 lines
222 B
Text
|
if TARGET_SBC35_A9G20
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm926ejs"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "sbc35_a9g20"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "calao"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "at91"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "sbc35_a9g20"
|
||
|
|
||
|
endif
|