Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[oweals/u-boot.git] / arch / arm / include / asm / arch-rmobile / rmobile.h
index bf5e22a097cc4669ed45af478f610365761f2a59..2382565023e7b2a3ea2fc7b59f5e520a341918dc 100644 (file)
@@ -2,7 +2,17 @@
 #define __ASM_ARCH_RMOBILE_H
 
 #if defined(CONFIG_RMOBILE)
+#if defined(CONFIG_SH73A0)
+#include <asm/arch/sh73a0.h>
+#elif defined(CONFIG_R8A7740)
+#include <asm/arch/r8a7740.h>
+#elif defined(CONFIG_R8A7790)
+#include <asm/arch/r8a7790.h>
+#elif defined(CONFIG_R8A7791)
+#include <asm/arch/r8a7791.h>
+#else
 #error "SOC Name not defined"
+#endif
 #endif /* CONFIG_RMOBILE */
 
 #endif /* __ASM_ARCH_RMOBILE_H */