blob: 539ba41e66895b25a8998402fd11cd3fd284f8ab [file] [log] [blame]
wdenk4989f872004-03-14 15:06:13 +00001/*
2 * Board specific setup info
3 *
4 * (C) Copyright 2003, ARM Ltd.
5 * Philippe Robin, <philippe.robin@arm.com>
6 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
wdenk4989f872004-03-14 15:06:13 +00008 */
9
10#include <config.h>
wdenk4989f872004-03-14 15:06:13 +000011
Wolfgang Denk7f88a5e2005-10-06 17:08:18 +020012/* Set up the platform, once the cpu has been initialized */
13.globl lowlevel_init
14lowlevel_init:
wdenk4989f872004-03-14 15:06:13 +000015
16 /* All done by Versatile's boot monitor! */
17 mov pc, lr