]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/cpu/armv7/stv0991/lowlevel.S
Makefile: Improve generated_defconfig file handling
[thirdparty/u-boot.git] / arch / arm / cpu / armv7 / stv0991 / lowlevel.S
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
9fa32b12 2/*
eae488b7 3 * (C) Copyright 2014 STMicroelectronics
9fa32b12
VM
4 */
5
6#include <config.h>
7#include <linux/linkage.h>
8
9ENTRY(lowlevel_init)
10 mov pc, lr
11ENDPROC(lowlevel_init)