summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-rmobile/rmobile.h
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-07-28 10:54:54 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-07-28 10:54:54 +0200
commit48b3ed217f58487c583d59575d7dfe2aafbb738d (patch)
treeec14ed8d9eba5b09a27508aa1deda08c47c7cdda /arch/arm/include/asm/arch-rmobile/rmobile.h
parent740f41d3cbefe2068247852220226c2c3b287249 (diff)
parentcff2f5f09ee8ab45b86eed7228bacbce6eca9f01 (diff)
downloadu-boot-imx-48b3ed217f58487c583d59575d7dfe2aafbb738d.zip
u-boot-imx-48b3ed217f58487c583d59575d7dfe2aafbb738d.tar.gz
u-boot-imx-48b3ed217f58487c583d59575d7dfe2aafbb738d.tar.bz2
Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
Diffstat (limited to 'arch/arm/include/asm/arch-rmobile/rmobile.h')
-rw-r--r--arch/arm/include/asm/arch-rmobile/rmobile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rmobile/rmobile.h b/arch/arm/include/asm/arch-rmobile/rmobile.h
index ebddd7a..2cc38e1 100644
--- a/arch/arm/include/asm/arch-rmobile/rmobile.h
+++ b/arch/arm/include/asm/arch-rmobile/rmobile.h
@@ -10,6 +10,8 @@
#include <asm/arch/r8a7790.h>
#elif defined(CONFIG_R8A7791)
#include <asm/arch/r8a7791.h>
+#elif defined(CONFIG_R8A7794)
+#include <asm/arch/r8a7794.h>
#else
#error "SOC Name not defined"
#endif