From 4fb44e22ec3ddc48b730865cf2c00e98224cee99 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Wed, 13 Jun 2012 16:29:47 +0900 Subject: arm: rmobile: Add basic support for Renesas R-Mobile This patch adds minimum support for R-Mobile. Only minimal support with timer. This CPU can uses the peripheral of Renesas SuperH. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/include/asm/arch-rmobile/rmobile.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arch/arm/include/asm/arch-rmobile/rmobile.h (limited to 'arch/arm/include/asm/arch-rmobile') diff --git a/arch/arm/include/asm/arch-rmobile/rmobile.h b/arch/arm/include/asm/arch-rmobile/rmobile.h new file mode 100644 index 0000000000..bf5e22a097 --- /dev/null +++ b/arch/arm/include/asm/arch-rmobile/rmobile.h @@ -0,0 +1,8 @@ +#ifndef __ASM_ARCH_RMOBILE_H +#define __ASM_ARCH_RMOBILE_H + +#if defined(CONFIG_RMOBILE) +#error "SOC Name not defined" +#endif /* CONFIG_RMOBILE */ + +#endif /* __ASM_ARCH_RMOBILE_H */ -- cgit v1.2.1