summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYusuke Goda <goda.yusuke@renesas.com>2008-03-11 12:55:12 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-03-28 14:16:12 +0900
commitc133c1fb0b590662206b0eba70f4478ee0300a9a (patch)
tree6f40ba61185934f8e8c701ceca0699ad4004b48e /Makefile
parent1a2334a4eb6386d7cd35d9de5fa39af2c764ad28 (diff)
downloadblackbird-obmc-uboot-c133c1fb0b590662206b0eba70f4478ee0300a9a.tar.gz
blackbird-obmc-uboot-c133c1fb0b590662206b0eba70f4478ee0300a9a.zip
sh: Add support Renesas Solutions R7780MP
Renesas Solutions R7780MP is a reference board on SH7780. This board has serial, 10/100 base Ethernet deivice, CF slot and VGA devices. This board can set extension board. Extension board has 10/100/1000 base Ethernet device, PCI slot, S-ATA, iDVR slot. Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com> 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 01928866a4..948108b4c2 100644
--- a/Makefile
+++ b/Makefile
@@ -2857,6 +2857,11 @@ MigoR_config : unconfig
@echo "#define CONFIG_MIGO_R 1" >> include/config.h
@./mkconfig -a $(@:_config=) sh sh4 MigoR
+r7780mp_config: unconfig
+ @ >include/config.h
+ @echo "#define CONFIG_R7780MP 1" >> include/config.h
+ @./mkconfig -a $(@:_config=) sh sh4 r7780mp
+
#########################################################################
#########################################################################
#########################################################################
OpenPOWER on IntegriCloud