mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
19 lines
208 B
Text
19 lines
208 B
Text
|
if TARGET_TOP9000
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm926ejs"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "top9000"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "emk"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "at91"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "top9000"
|
||
|
|
||
|
endif
|