mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-12 05:43:28 +08:00
1a4596601f
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
19 lines
353 B
ArmAsm
19 lines
353 B
ArmAsm
/*
|
|
* Board specific setup info
|
|
*
|
|
* (C) Copyright 2003, ARM Ltd.
|
|
* Philippe Robin, <philippe.robin@arm.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#include <config.h>
|
|
#include <version.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
|