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>
This commit is contained in:
parent
86c31dad32
commit
2e262111ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user