mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
19 lines
215 B
Text
19 lines
215 B
Text
|
if TARGET_EB_CPUX9K2
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm920t"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "eb_cpux9k2"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "BuS"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "at91"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "eb_cpux9k2"
|
||
|
|
||
|
endif
|