diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2013-11-21 17:07:45 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2013-12-03 09:46:45 +0900 |
commit | bd0550fc5fcc0d7de38c56adba9e8b3e383213d0 (patch) | |
tree | 68ddf44c76e4f192932e63454cef1d79c9721413 /arch/arm/cpu/armv7/rmobile/Makefile | |
parent | f4ec45229709323b1f58a096fa4ce6a67f3b9c10 (diff) | |
download | u-boot-imx-bd0550fc5fcc0d7de38c56adba9e8b3e383213d0.zip u-boot-imx-bd0550fc5fcc0d7de38c56adba9e8b3e383213d0.tar.gz u-boot-imx-bd0550fc5fcc0d7de38c56adba9e8b3e383213d0.tar.bz2 |
arm: rmobile: Add support R8A7791
Renesas R8A7791 is CPU with Cortex-A15.
This supports the basic register definition and GPIO and
framework of PFC.
Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
CC: Albert Aribaud <albert.u.boot@aribaud.net>
Diffstat (limited to 'arch/arm/cpu/armv7/rmobile/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7/rmobile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/rmobile/Makefile b/arch/arm/cpu/armv7/rmobile/Makefile index 6cdacaa..7b9d47e 100644 --- a/arch/arm/cpu/armv7/rmobile/Makefile +++ b/arch/arm/cpu/armv7/rmobile/Makefile @@ -12,6 +12,7 @@ obj-$(CONFIG_DISPLAY_BOARDINFO) += board.o obj-$(CONFIG_GLOBAL_TIMER) += timer.o obj-$(CONFIG_R8A7740) += lowlevel_init.o cpu_info-r8a7740.o pfc-r8a7740.o obj-$(CONFIG_R8A7790) += lowlevel_init_ca15.o cpu_info-r8a7790.o pfc-r8a7790.o +obj-$(CONFIG_R8A7791) += lowlevel_init_ca15.o cpu_info-r8a7791.o pfc-r8a7791.o obj-$(CONFIG_SH73A0) += lowlevel_init.o cpu_info-sh73a0.o pfc-sh73a0.o obj-$(CONFIG_TMU_TIMER) += sh_timer.o |