aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2020-06-01 21:53:33 +0200
committerPriyanka Jain <priyanka.jain@nxp.com>2020-07-27 14:16:28 +0530
commit2e262111eaa1afc1e0f54b4a72d95b260746cead (patch)
treee8a78c7c601b86a54b4f9ecfa732089ec150232a
parent86c31dad329c17aca43188c4c4d55b133a31e7e5 (diff)
downloadu-boot-2e262111eaa1afc1e0f54b4a72d95b260746cead.zip
u-boot-2e262111eaa1afc1e0f54b4a72d95b260746cead.tar.gz
u-boot-2e262111eaa1afc1e0f54b4a72d95b260746cead.tar.bz2
armv8: layerscape: drop first .ltorg directive in spintable.S
Now that the spin table is in a separate module, this is no longer necessary. Drop it. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
-rw-r--r--arch/arm/cpu/armv8/fsl-layerscape/spintable.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/spintable.S b/arch/arm/cpu/armv8/fsl-layerscape/spintable.S
index a92f930..0e38cd0 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/spintable.S
+++ b/arch/arm/cpu/armv8/fsl-layerscape/spintable.S
@@ -15,8 +15,6 @@
secondary_boot_addr:
.quad secondary_boot_func
- /* Keep literals not used by the secondary boot code outside it */
- .ltorg
/* Using 64 bit alignment since the spin table is accessed as data */
.align 3