mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
16 lines
168 B
Text
16 lines
168 B
Text
|
if TARGET_MIGOR
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "sh4"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "MigoR"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "renesas"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "MigoR"
|
||
|
|
||
|
endif
|