mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-04 15:27:19 +00:00
20 lines
200 B
Text
20 lines
200 B
Text
|
if TARGET_MIGOR
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "sh4"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "MigoR"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "renesas"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "MigoR"
|
||
|
|
||
|
endif
|