blob: 3dcfb85d0e9a8210d186b5ea0c8bb206b7fbca71 [file] [log] [blame]
Peter Hoyesbaf62cf2021-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
10 str x0, [x8]
11
12 b save_boot_params_ret