mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +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
|