2004-03-14 15:06:13 +00:00
|
|
|
/*
|
|
|
|
* Board specific setup info
|
|
|
|
*
|
|
|
|
* (C) Copyright 2003, ARM Ltd.
|
|
|
|
* Philippe Robin, <philippe.robin@arm.com>
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2004-03-14 15:06:13 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
#include <version.h>
|
|
|
|
|
2005-10-06 15:08:18 +00:00
|
|
|
/* Set up the platform, once the cpu has been initialized */
|
|
|
|
.globl lowlevel_init
|
|
|
|
lowlevel_init:
|
2004-03-14 15:06:13 +00:00
|
|
|
|
|
|
|
/* All done by Versatile's boot monitor! */
|
|
|
|
mov pc, lr
|