aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/boot/romimage/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boot/romimage/head.S')
-rw-r--r--arch/sh/boot/romimage/head.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sh/boot/romimage/head.S b/arch/sh/boot/romimage/head.S
new file mode 100644
index 000000000000..219bc626dd71
--- /dev/null
+++ b/arch/sh/boot/romimage/head.S
@@ -0,0 +1,10 @@
+/*
+ * linux/arch/sh/boot/romimage/head.S
+ *
+ * Board specific setup code, executed before zImage loader
+ */
+
+.text
+ .global romstart
+romstart:
+#include <mach/romimage.h>