commit | 6db8e17892d9f7e2115f335c0a3bcada74273125 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Oct 19 15:18:44 2016 -0600 |
committer | Tom Warren <twarren@nvidia.com> | Mon Nov 07 14:36:28 2016 -0800 |
tree | 68f6a9e379b8f9cd0714f6d704988c9b85f7cd98 | |
parent | 4b6035da482cccda06aeb419634f99937c9fc783 [diff] |
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>