summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-rmobile/rmobile.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2012-07-20 13:06:54 +0900
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-03 02:04:25 +0200
commitcfa291b7b829aaee27a94da300bc7c974e15abdf (patch)
treebe74165178ba2df32c75a63f44aa66c72a433cbe /arch/arm/include/asm/arch-rmobile/rmobile.h
parenteae6c8abd285ea81cb3c75255c231dce77346f78 (diff)
downloadtalos-obmc-uboot-cfa291b7b829aaee27a94da300bc7c974e15abdf.tar.gz
talos-obmc-uboot-cfa291b7b829aaee27a94da300bc7c974e15abdf.zip
arm: rmobile: Add support Renesas R8A7740
Renesas R8A7740 is CPU with Cortex-A9. This supports the basic register definition and GPIO. Signed-off-by: Hideyuki Sano <hideyuki.sano.dn@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/include/asm/arch-rmobile/rmobile.h')
-rw-r--r--arch/arm/include/asm/arch-rmobile/rmobile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rmobile/rmobile.h b/arch/arm/include/asm/arch-rmobile/rmobile.h
index a3468e9367..ac175617cd 100644
--- a/arch/arm/include/asm/arch-rmobile/rmobile.h
+++ b/arch/arm/include/asm/arch-rmobile/rmobile.h
@@ -4,6 +4,8 @@
#if defined(CONFIG_RMOBILE)
#if defined(CONFIG_SH73A0)
#include <asm/arch/sh73a0.h>
+#elif defined(CONFIG_R8A7740)
+#include <asm/arch/r8a7740.h>
#else
#error "SOC Name not defined"
#endif
OpenPOWER on IntegriCloud