mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-26 04:53:42 +00:00
13 lines
139 B
Text
13 lines
139 B
Text
|
if TARGET_MS7720SE
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "sh3"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ms7720se"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ms7720se"
|
||
|
|
||
|
endif
|