blob: 902d646efba68282f3c80a3d3e785d2924a16ec4 [file] [log] [blame]
wdenk3d3befa2004-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 Denk1a459662013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
wdenk3d3befa2004-03-14 15:06:13 +00008 */
9
10#include <config.h>
11#include <version.h>
12
Wolfgang Denk87cb6862005-10-06 17:08:18 +020013/* Set up the platform, once the cpu has been initialized */
14.globl lowlevel_init
15lowlevel_init:
wdenk3d3befa2004-03-14 15:06:13 +000016
17 /* All done by Versatile's boot monitor! */
18 mov pc, lr