Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
7fdd3890dbd5f36b9048ced727932dd9fdde6417
/
.
/
board
/
armltd
/
total_compute
/
lowlevel_init.S
blob: 3c06937966075ef569e4f90c266645020f1f6f90 [
file
] [
log
] [
blame
]
/*
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