mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
13 lines
193 B
ArmAsm
13 lines
193 B
ArmAsm
|
/*
|
||
|
* (C) Copyright 2014 stmicroelectronics
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#include <config.h>
|
||
|
#include <linux/linkage.h>
|
||
|
|
||
|
ENTRY(lowlevel_init)
|
||
|
mov pc, lr
|
||
|
ENDPROC(lowlevel_init)
|