mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
24 lines
249 B
Text
24 lines
249 B
Text
|
if TARGET_PM9G45
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "arm926ejs"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "pm9g45"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "ronetix"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "at91"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "pm9g45"
|
||
|
|
||
|
endif
|