Fix the alignment so it will match the comments. The spin table has to
be 8 byte aligned, so ".align 3" is enough.
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
.ltorg
/* Using 64 bit alignment since the spin table is accessed as data */
- .align 4
+ .align 3
.global secondary_boot_code
/* Secondary Boot Code starts here */
secondary_boot_code:
.ltorg
/* 64 bit alignment for elements accessed as data */
- .align 4
+ .align 3
.global __real_cntfrq
__real_cntfrq:
.quad COUNTER_FREQUENCY