1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * (C) Copyright 2021 Arm Limited
4 */
5
6.global save_boot_params
7save_boot_params:
8
9	adr	x8, prior_stage_fdt_address
10	stp	x0, x1, [x8]
11
12	b	save_boot_params_ret
13