summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/header.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ep93xx/header.c')
-rw-r--r--arch/arm/mach-ep93xx/header.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/header.c b/arch/arm/mach-ep93xx/header.c
new file mode 100644
index 0000000000..4e6a2e57c8
--- /dev/null
+++ b/arch/arm/mach-ep93xx/header.c
@@ -0,0 +1,8 @@
+#include <common.h>
+#include <linux/compiler.h>
+#include <asm/barebox-arm-head.h>
+
+void __naked __section(.flash_header_start) go(void)
+{
+ barebox_arm_head();
+}