mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 17:28:15 +00:00
20 lines
212 B
Text
20 lines
212 B
Text
|
if TARGET_SH7752EVB
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "sh4"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "sh7752evb"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "renesas"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "sh7752evb"
|
||
|
|
||
|
endif
|