| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2013 Steffen Trumtrar <s.trumtrar@pengutronix.de> |
|---|
| 3 | 4 | * Copyright (c) 2012-2013 Xilinx |
|---|
| 4 | | - * |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 6 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 7 | | - * published by the Free Software Foundation. |
|---|
| 8 | 5 | */ |
|---|
| 9 | 6 | #include <linux/linkage.h> |
|---|
| 10 | 7 | #include <linux/init.h> |
|---|
| 11 | 8 | #include <asm/assembler.h> |
|---|
| 12 | 9 | |
|---|
| 10 | + .arm |
|---|
| 11 | + |
|---|
| 13 | 12 | ENTRY(zynq_secondary_trampoline) |
|---|
| 14 | 13 | ARM_BE8(setend be) @ ensure we are in BE8 mode |
|---|
| 15 | 14 | ldr r0, zynq_secondary_trampoline_jump |
|---|