projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86c31da
)
armv8: layerscape: drop first .ltorg directive in spintable.S
author
Michael Walle
<michael@walle.cc>
Mon, 1 Jun 2020 19:53:33 +0000
(21:53 +0200)
committer
Priyanka Jain
<priyanka.jain@nxp.com>
Mon, 27 Jul 2020 08:46:28 +0000
(14:16 +0530)
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>
arch/arm/cpu/armv8/fsl-layerscape/spintable.S
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv8/fsl-layerscape/spintable.S
b/arch/arm/cpu/armv8/fsl-layerscape/spintable.S
index a92f930e04b4ca09f5e5c0b5545196d5b0878633..0e38cd009be8a9ce407dda25a3d1f41e34e610c2 100644
(file)
--- 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