xref: /openbmc/linux/arch/arm/mach-rockchip/headsmp.S (revision c942fddf)
1c942fddfSThomas Gleixner/* SPDX-License-Identifier: GPL-2.0-or-later */
2a7a2b311SHeiko Stuebner/*
3a7a2b311SHeiko Stuebner * Copyright (c) 2013 MundoReader S.L.
4a7a2b311SHeiko Stuebner * Author: Heiko Stuebner <heiko@sntech.de>
5a7a2b311SHeiko Stuebner */
6a7a2b311SHeiko Stuebner#include <linux/linkage.h>
7a7a2b311SHeiko Stuebner#include <linux/init.h>
8a7a2b311SHeiko Stuebner
9a7a2b311SHeiko StuebnerENTRY(rockchip_secondary_trampoline)
10a7a2b311SHeiko Stuebner	ldr	pc, 1f
11a7a2b311SHeiko StuebnerENDPROC(rockchip_secondary_trampoline)
12a7a2b311SHeiko Stuebner	.globl	rockchip_boot_fn
13a7a2b311SHeiko Stuebnerrockchip_boot_fn:
14a7a2b311SHeiko Stuebner1:	.space	4
15a7a2b311SHeiko Stuebner
16a7a2b311SHeiko StuebnerENTRY(rockchip_secondary_trampoline_end)
17