]> git.sur5r.net Git - u-boot/commit
ARM: tegra: ensure nvtboot_boot_x0 alignment
authorStephen Warren <swarren@nvidia.com>
Wed, 19 Oct 2016 21:18:44 +0000 (15:18 -0600)
committerTom Warren <twarren@nvidia.com>
Mon, 7 Nov 2016 22:36:28 +0000 (14:36 -0800)
commit6db8e17892d9f7e2115f335c0a3bcada74273125
tree68f6a9e379b8f9cd0714f6d704988c9b85f7cd98
parent4b6035da482cccda06aeb419634f99937c9fc783
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>
arch/arm/mach-tegra/tegra186/nvtboot_ll.S