]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - arch/arm/mach-rockchip/headsmp.S
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
[thirdparty/kernel/stable.git] / arch / arm / mach-rockchip / headsmp.S
CommitLineData
c942fddf 1/* SPDX-License-Identifier: GPL-2.0-or-later */
a7a2b311
HS
2/*
3 * Copyright (c) 2013 MundoReader S.L.
4 * Author: Heiko Stuebner <heiko@sntech.de>
a7a2b311
HS
5 */
6#include <linux/linkage.h>
7#include <linux/init.h>
8
a7a2b311
HS
9ENTRY(rockchip_secondary_trampoline)
10 ldr pc, 1f
11ENDPROC(rockchip_secondary_trampoline)
12 .globl rockchip_boot_fn
13rockchip_boot_fn:
141: .space 4
15
16ENTRY(rockchip_secondary_trampoline_end)