diff options
author | Yusuke Goda <goda.yusuke@renesas.com> | 2008-06-06 04:03:23 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-28 05:10:29 -0400 |
commit | 04e917b606ffe6ec10fb75c21447162cba31f6b6 (patch) | |
tree | 219c5475fcf904be45f72bad0460eb0180610d1e /arch/sh/tools | |
parent | 42fd3b142d8867f5b58d6fb75592cd20fd654c1b (diff) |
sh: Add support Renesas Solutions AP-325RXA board
This board is SH7723 base board.
This has SCIF, LCDC, USB Host controler, NOR/NAND Flash, Sound,
Ether and other.
This patch supports SCIF, NOR Flash.
Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/tools')
-rw-r--r-- | arch/sh/tools/mach-types | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/tools/mach-types b/arch/sh/tools/mach-types index 1ae9fefed0f4..3a53f04d72d4 100644 --- a/arch/sh/tools/mach-types +++ b/arch/sh/tools/mach-types | |||
@@ -47,3 +47,4 @@ CAYMAN SH_CAYMAN | |||
47 | SDK7780 SH_SDK7780 | 47 | SDK7780 SH_SDK7780 |
48 | MIGOR SH_MIGOR | 48 | MIGOR SH_MIGOR |
49 | RSK7203 SH_RSK7203 | 49 | RSK7203 SH_RSK7203 |
50 | AP325RXA SH_AP325RXA | ||