summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/tqmls1046a/start.S
blob: 12b785af54c663c060febc227f2aec8b299374ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <linux/linkage.h>
#include <asm/barebox-arm64.h>

#define STACK_TOP 0x10020000

ENTRY_PROC(start_tqmls1046a)
	mov x3, #STACK_TOP
	mov sp, x3
	b tqmls1046a_entry
ENTRY_PROC_END(start_tqmls1046a)