diff options
| author | Yusuke Goda <[email protected]> | 2008-03-11 12:55:12 +0900 |
|---|---|---|
| committer | Nobuhiro Iwamatsu <[email protected]> | 2008-03-28 14:16:12 +0900 |
| commit | c133c1fb0b590662206b0eba70f4478ee0300a9a (patch) | |
| tree | 6f40ba61185934f8e8c701ceca0699ad4004b48e /Makefile | |
| parent | 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28 (diff) | |
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 <[email protected]>
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 + ######################################################################### ######################################################################### ######################################################################### |
