1*eb14767cSJisheng Zhang/* SPDX-License-Identifier: GPL-2.0 */ 27b7dfdd2SAntoine Ténart/* 37b7dfdd2SAntoine Ténart * Copyright (C) 2014 Marvell Technology Group Ltd. 47b7dfdd2SAntoine Ténart * 57b7dfdd2SAntoine Ténart * Antoine Ténart <antoine.tenart@free-electrons.com> 67b7dfdd2SAntoine Ténart */ 77b7dfdd2SAntoine Ténart 87b7dfdd2SAntoine Ténart#include <linux/linkage.h> 97b7dfdd2SAntoine Ténart#include <linux/init.h> 107b7dfdd2SAntoine Ténart#include <asm/assembler.h> 117b7dfdd2SAntoine Ténart 127b7dfdd2SAntoine Ténart/* 137b7dfdd2SAntoine Ténart * If the following instruction is set in the reset exception vector, CPUs 147b7dfdd2SAntoine Ténart * will fetch the value of the software reset address vector when being 157b7dfdd2SAntoine Ténart * reset. 167b7dfdd2SAntoine Ténart */ 177b7dfdd2SAntoine Ténart.global boot_inst 187b7dfdd2SAntoine Ténartboot_inst: 197b7dfdd2SAntoine Ténart ldr pc, [pc, #140] 207b7dfdd2SAntoine Ténart 217b7dfdd2SAntoine Ténart .align 22