]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/arm/mach-tegra/tegra186/nvtboot_ll.S
ARM: tegra: pick up actual memory size
[karo-tx-uboot.git] / arch / arm / mach-tegra / tegra186 / nvtboot_ll.S
1 /*
2  * Save nvtboot-related boot-time CPU state
3  *
4  * (C) Copyright 2015-2016 NVIDIA Corporation <www.nvidia.com>
5  *
6  * SPDX-License-Identifier:     GPL-2.0+
7  */
8
9 #include <config.h>
10 #include <linux/linkage.h>
11
12 .globl  nvtboot_boot_x0
13 nvtboot_boot_x0:
14         .dword 0
15
16 ENTRY(save_boot_params)
17         adr     x8, nvtboot_boot_x0
18         str     x0, [x8]
19         b       save_boot_params_ret
20 ENDPROC(save_boot_params)