summaryrefslogtreecommitdiff
path: root/board/armltd/total_compute/lowlevel_init.S
blob: 3c06937966075ef569e4f90c266645020f1f6f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * (C) Copyright 2024 Arm Limited
 */

.global save_boot_params
save_boot_params:
	/* The firmware provided FDT address via x1 */
	adr	x8, fw_dtb_pointer
	str	x1, [x8]

	b	save_boot_params_ret