]> git.baikalelectronics.ru Git - uboot.git/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)
commit3f9c144b482f6c07644c58ed0b4e0c82120a06da
tree68f6a9e379b8f9cd0714f6d704988c9b85f7cd98
parentd553e096d5b6ff6c4358930170166058989ae750
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