summaryrefslogtreecommitdiff
path: root/platform/generic/mips/mips_warm_boot.S
blob: c4a74c5958b02612d0503e74e36350987b3e669a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * SPDX-License-Identifier: BSD-2-Clause
 *
 * Copyright (c) 2025 MIPS
 *
 */
	.text
	.align	12
	.globl	mips_warm_boot
mips_warm_boot:
	j	_start_warm
	.align	2