Home
last modified time | relevance | path

Searched hist:"6 db8e17892d9f7e2115f335c0a3bcada74273125" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra186/
H A Dnvtboot_ll.S6db8e17892d9f7e2115f335c0a3bcada74273125 Wed Oct 19 21:18:44 UTC 2016 Stephen Warren <swarren@nvidia.com> ARM: tegra: ensure nvtboot_boot_x0 alignment

nvtboot_boot_x0 is a 64-bit variable and hence must be 64-bit aligned.
So far this has happened by accident! Fix the code so this is guaranteed.

This fixes the following build error:
... relocation truncated to fit: R_AARCH64_LDST64_ABS_LO12_NC
against symbol `nvtboot_boot_x0' ...

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>