aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-realview/scu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-realview/scu.h')
-rw-r--r--include/asm-arm/arch-realview/scu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-arm/arch-realview/scu.h b/include/asm-arm/arch-realview/scu.h
new file mode 100644
index 000000000000..cc293640178e
--- /dev/null
+++ b/include/asm-arm/arch-realview/scu.h
@@ -0,0 +1,8 @@
+#ifndef __ASMARM_ARCH_SCU_H
+#define __ASMARM_ARCH_SCU_H
+
+#include <asm/arch/platform.h>
+
+#define SCU_BASE REALVIEW_MPCORE_SCU_BASE
+
+#endif