summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-03-25 17:11:24 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-03-28 14:16:13 +0900
commitf5e2466f7baa887a7df0c536333eea8231333497 (patch)
tree0fb895a23190c0002930498640ac5dac48d77be4 /Makefile
parente92c95180bb5bc5fd4051598a9d60beaba48988d (diff)
downloadblackbird-obmc-uboot-f5e2466f7baa887a7df0c536333eea8231333497.tar.gz
blackbird-obmc-uboot-f5e2466f7baa887a7df0c536333eea8231333497.zip
sh: Add support Renesas Solutions R2D plus board
R2D plus is SH reference board used with SH7751R. This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface, one PCI bus, VGA, and two Ethernet controller. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f9850455e4..420c684da4 100644
--- a/Makefile
+++ b/Makefile
@@ -2867,6 +2867,11 @@ r7780mp_config: unconfig
@echo "#define CONFIG_R7780MP 1" >> include/config.h
@./mkconfig -a $(@:_config=) sh sh4 r7780mp
+r2dplus_config : unconfig
+ @ >include/config.h
+ @echo "#define CONFIG_R2DPLUS 1" >> include/config.h
+ @./mkconfig -a $(@:_config=) sh sh4 r2dplus
+
#########################################################################
#########################################################################
#########################################################################
OpenPOWER on IntegriCloud