am33xx: support board specific ddr settings
[oweals/u-boot.git] / arch / arm / include / asm / arch-rmobile / gpio.h
index 8d3f10e913e667f5a7597629313c03bdd41df8df..6b5e4ed4eb5012defb395a68e23ea069bf06dba9 100644 (file)
@@ -4,6 +4,9 @@
 #if defined(CONFIG_SH73A0)
 #include "sh73a0-gpio.h"
 void sh73a0_pinmux_init(void);
+#elif defined(CONFIG_R8A7740)
+#include "r8a7740-gpio.h"
+void r8a7740_pinmux_init(void);
 #endif
 
 #endif /* __ASM_ARCH_GPIO_H */