summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2010-10-20 01:22:25 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2010-10-21 10:42:24 +0900
commite0f0e527f8290bdf72d0fb5e5937c6b943879bf8 (patch)
tree6e5f8d2e789c92847d6454d7101b0a21712a4af7
parent41f2747b9a3c2324e5e6b6fc52a29671426f89d9 (diff)
downloadtalos-obmc-uboot-e0f0e527f8290bdf72d0fb5e5937c6b943879bf8.tar.gz
talos-obmc-uboot-e0f0e527f8290bdf72d0fb5e5937c6b943879bf8.zip
sh: rsk7203: Move to boards.cfg
Move the rsk7203 target out of the Makefile and into boards.cfg. And fix sh2 of MAKEALL. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-rwxr-xr-xMAKEALL5
-rw-r--r--Makefile8
-rw-r--r--boards.cfg1
3 files changed, 3 insertions, 11 deletions
diff --git a/MAKEALL b/MAKEALL
index 51312dd5e3..a97061c869 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -609,9 +609,8 @@ LIST_blackfin="$(boards_by_arch blackfin)
## SH Systems
#########################################################################
-LIST_sh2=" \
- rsk7203 \
-"
+LIST_sh2="$(boards_by_cpu sh2)"
+
LIST_sh3=" \
mpr2 \
ms7720se \
diff --git a/Makefile b/Makefile
index 06c71a2db8..205e710866 100644
--- a/Makefile
+++ b/Makefile
@@ -1189,14 +1189,6 @@ bf527-ezkit-v2_config : unconfig
#========================================================================
#########################################################################
-## sh2 (Renesas SuperH)
-#########################################################################
-rsk7203_config: unconfig
- @mkdir -p $(obj)include
- @echo "#define CONFIG_RSK7203 1" > $(obj)include/config.h
- @$(MKCONFIG) -a $@ sh sh2 rsk7203 renesas
-
-#########################################################################
## sh3 (Renesas SuperH)
#########################################################################
diff --git a/boards.cfg b/boards.cfg
index 0f3292fd39..2599c2ac8c 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -732,5 +732,6 @@ davinci_dm6467evm arm arm926ejs dm6467evm davinci davinci
davinci_schmoogie arm arm926ejs schmoogie davinci davinci
davinci_dm355leopard arm arm926ejs dm355leopard davinci davinci
bf527-ad7160-eval blackfin blackfin
+rsk7203 sh sh2 rsk7203 renesas -
# Target ARCH CPU Board name Vendor SoC Options
###############################################################################################
OpenPOWER on IntegriCloud