diff options
author | Magnus Damm <magnus.damm@gmail.com> | 2008-02-07 00:38:24 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 14:22:08 +0900 |
commit | 70f784ec1ddacf8e17da2663f842efac029da796 (patch) | |
tree | 882a454fd01edcb27e1aacba57d301333f61e932 /arch/sh/boards/renesas/migor/Makefile | |
parent | 5d0e146493a3306b931338ac030bc7a8de40c066 (diff) | |
download | linux-70f784ec1ddacf8e17da2663f842efac029da796.tar.gz linux-70f784ec1ddacf8e17da2663f842efac029da796.tar.bz2 linux-70f784ec1ddacf8e17da2663f842efac029da796.zip |
sh: migor board support
This patch adds basic support for the Migo-R board.
Only simple stuff provided by the cpu specific sh7722 code is in place now,
like serial console port, timers and usb gadget. There is also partial support
for the smc91c111 ethernet controller - unfortunately some driver header file
also needs patching (not included here) to make the driver get IRQ sense
information from the platform data.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/renesas/migor/Makefile')
-rw-r--r-- | arch/sh/boards/renesas/migor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/renesas/migor/Makefile b/arch/sh/boards/renesas/migor/Makefile new file mode 100644 index 000000000000..77037567633b --- /dev/null +++ b/arch/sh/boards/renesas/migor/Makefile @@ -0,0 +1 @@ +obj-y := setup.o |