mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
4fb44e22ec
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>
8 lines
180 B
C
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 */
|