u-boot/arch/arm/include/asm/arch-rmobile/rmobile.h
Nobuhiro Iwamatsu 4fb44e22ec 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 <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2012-10-03 02:04:22 +02:00

8 lines
180 B
C

#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 */