summaryrefslogtreecommitdiffstats
path: root/board/armltd/versatile/lowlevel_init.S
blob: 539ba41e66895b25a8998402fd11cd3fd284f8ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Board specific setup info
 *
 * (C) Copyright 2003, ARM Ltd.
 * Philippe Robin, <philippe.robin@arm.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <config.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
OpenPOWER on IntegriCloud