]>
Commit | Line | Data |
---|---|---|
3d3befa7 WD |
1 | /* |
2 | * Board specific setup info | |
3 | * | |
4 | * (C) Copyright 2003, ARM Ltd. | |
5 | * Philippe Robin, <[email protected]> | |
6 | * | |
1a459660 | 7 | * SPDX-License-Identifier: GPL-2.0+ |
3d3befa7 WD |
8 | */ |
9 | ||
10 | #include <config.h> | |
3d3befa7 | 11 | |
87cb6862 WD |
12 | /* Set up the platform, once the cpu has been initialized */ |
13 | .globl lowlevel_init | |
14 | lowlevel_init: | |
3d3befa7 WD |
15 | |
16 | /* All done by Versatile's boot monitor! */ | |
17 | mov pc, lr |