]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - board/armltd/versatile/lowlevel_init.S
902d646efba68282f3c80a3d3e785d2924a16ec4
[karo-tx-uboot.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 #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