remove unnecessary version.h includes
[oweals/u-boot.git] / 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
12 /* Set up the platform, once the cpu has been initialized */
13 .globl lowlevel_init
14 lowlevel_init:
15
16         /* All done by Versatile's boot monitor! */
17         mov pc, lr