summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/board/armltd/versatile/lowlevel_init.S
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/board/armltd/versatile/lowlevel_init.S')
-rw-r--r--qemu/roms/u-boot/board/armltd/versatile/lowlevel_init.S18
1 files changed, 18 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/armltd/versatile/lowlevel_init.S b/qemu/roms/u-boot/board/armltd/versatile/lowlevel_init.S
new file mode 100644
index 000000000..902d646ef
--- /dev/null
+++ b/qemu/roms/u-boot/board/armltd/versatile/lowlevel_init.S
@@ -0,0 +1,18 @@
+/*
+ * Board specific setup info
+ *
+ * (C) Copyright 2003, ARM Ltd.
+ * Philippe Robin, <philippe.robin@arm.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <config.h>
+#include <version.h>
+
+/* Set up the platform, once the cpu has been initialized */
+.globl lowlevel_init
+lowlevel_init:
+
+ /* All done by Versatile's boot monitor! */
+ mov pc, lr