mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
887363b5f0
Now each board selects one of CONFIG_CPU_SH2, CONFIG_CPU_SH3, CONFIG_CPU_SH4, so let's move CONFIG_SYS_CPU definition to arch/sh/Kconfig. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9 lines
108 B
Text
9 lines
108 B
Text
if TARGET_MS7750SE
|
|
|
|
config SYS_BOARD
|
|
default "ms7750se"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ms7750se"
|
|
|
|
endif
|