lowlevel_init.S 210 Bytes
/*
 * (C) Copyright 2012 Stephen Warren
 *
 * See file CREDITS for list of people who contributed to this
 * project.
 *
 * SPDX-License-Identifier:	GPL-2.0
 */

.globl lowlevel_init
lowlevel_init:
	mov	pc, lr