mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-06 02:08:59 +00:00
13 lines
130 B
Text
13 lines
130 B
Text
|
if TARGET_SHMIN
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "sh3"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "shmin"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "shmin"
|
||
|
|
||
|
endif
|