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