]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/qemu-malta/lowlevel_init.S
MIPS: qemu-malta: add support for emulated MIPS Malta board
[karo-tx-uboot.git] / board / qemu-malta / lowlevel_init.S
diff --git a/board/qemu-malta/lowlevel_init.S b/board/qemu-malta/lowlevel_init.S
new file mode 100644 (file)
index 0000000..c5c5bd9
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published
+ * by the Free Software Foundation.
+ */
+
+#include <asm/regdef.h>
+
+       .text
+       .set noreorder
+       .set mips32
+
+       .globl  lowlevel_init
+lowlevel_init:
+
+       jr      ra
+        nop