blob: 68ca3f26e96af7f4400b16e1218431a2627f11ad [file] [log] [blame]
Peter Hoyes26613972021-11-11 09:26:02 +00001/* 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
Andre Przywarac47bb102022-09-21 18:09:46 +010010 stp x0, x1, [x8]
Peter Hoyes26613972021-11-11 09:26:02 +000011
12 b save_boot_params_ret