From d584e204ff574b43d4dcaa87ae233c4e9d08e1fb Mon Sep 17 00:00:00 2001 From: Phil Edworthy Date: Wed, 9 May 2012 07:59:28 +0100 Subject: sh: Add RSK2+SH7264 board The RSK2+SH7264 board uses the sh7264 processor. It is often referred to as just rsk7264. NOR Flash, SDRAM, serial, USB Host and ethernet are working. Signed-off-by: Phil Edworthy Signed-off-by: Paul Mundt --- arch/sh/boards/mach-rsk/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/sh/boards/mach-rsk/Makefile') diff --git a/arch/sh/boards/mach-rsk/Makefile b/arch/sh/boards/mach-rsk/Makefile index 498da75ce38b..bae6ae45aba8 100644 --- a/arch/sh/boards/mach-rsk/Makefile +++ b/arch/sh/boards/mach-rsk/Makefile @@ -1,2 +1,3 @@ obj-y := setup.o obj-$(CONFIG_SH_RSK7203) += devices-rsk7203.o +obj-$(CONFIG_SH_RSK7264) += devices-rsk7264.o -- cgit v1.2.3