Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / board / armltd / versatile / lowlevel_init.S
1 /*
2  * Board specific setup info
3  *
4  * (C) Copyright 2003, ARM Ltd.
5  * Philippe Robin, <philippe.robin@arm.com>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #include <config.h>
11 #include <version.h>
12
13 /* Set up the platform, once the cpu has been initialized */
14 .globl lowlevel_init
15 lowlevel_init:
16
17         /* All done by Versatile's boot monitor! */
18         mov pc, lr