mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
sh: sh3: Move to boards.cfg
Move the sh3 target boards out of the Makefile and into boards.cfg. And fix sh3 of MAKEALL. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
e0f0e527f8
commit
3771c69d78
3 changed files with 3 additions and 19 deletions
6
MAKEALL
6
MAKEALL
|
@ -610,11 +610,7 @@ LIST_blackfin="$(boards_by_arch blackfin)
|
|||
#########################################################################
|
||||
|
||||
LIST_sh2="$(boards_by_cpu sh2)"
|
||||
|
||||
LIST_sh3=" \
|
||||
mpr2 \
|
||||
ms7720se \
|
||||
"
|
||||
LIST_sh3="$(boards_by_cpu sh3)"
|
||||
|
||||
LIST_sh4=" \
|
||||
ms7750se \
|
||||
|
|
14
Makefile
14
Makefile
|
@ -1188,20 +1188,6 @@ bf527-ezkit-v2_config : unconfig
|
|||
# SH3 (SuperH)
|
||||
#========================================================================
|
||||
|
||||
#########################################################################
|
||||
## sh3 (Renesas SuperH)
|
||||
#########################################################################
|
||||
|
||||
mpr2_config: unconfig
|
||||
@mkdir -p $(obj)include
|
||||
@echo "#define CONFIG_MPR2 1" > $(obj)include/config.h
|
||||
@$(MKCONFIG) -a $@ sh sh3 mpr2
|
||||
|
||||
ms7720se_config: unconfig
|
||||
@mkdir -p $(obj)include
|
||||
@echo "#define CONFIG_MS7720SE 1" > $(obj)include/config.h
|
||||
@$(MKCONFIG) -a $@ sh sh3 ms7720se
|
||||
|
||||
#########################################################################
|
||||
## sh4 (Renesas SuperH)
|
||||
#########################################################################
|
||||
|
|
|
@ -733,5 +733,7 @@ davinci_schmoogie arm arm926ejs schmoogie davinci davinci
|
|||
davinci_dm355leopard arm arm926ejs dm355leopard davinci davinci
|
||||
bf527-ad7160-eval blackfin blackfin
|
||||
rsk7203 sh sh2 rsk7203 renesas -
|
||||
mpr2 sh sh3 mpr2 - -
|
||||
ms7720se sh sh3 ms7720se - -
|
||||
# Target ARCH CPU Board name Vendor SoC Options
|
||||
###############################################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue