mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 08:31:03 +00:00
19 lines
207 B
Text
19 lines
207 B
Text
|
if TARGET_APF27
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm926ejs"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "apf27"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "armadeus"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx27"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "apf27"
|
||
|
|
||
|
endif
|