xref: /openbmc/u-boot/arch/arm/mach-bcm283x/lowlevel_init.S (revision 66dae3bbcaea10e4a3d918a4d5e0ee826b248ddb)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * (C) Copyright 2012 Stephen Warren
4 *
5 * See file CREDITS for list of people who contributed to this
6 * project.
7 */
8
9.globl lowlevel_init
10lowlevel_init:
11	mov	pc, lr
12