提交 b1c41231 编写于 作者: M Michael Walle 提交者: Priyanka Jain

armv8: layerscape: fix alignment for spin table

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: NMichael Walle <michael@walle.cc>
Reviewed-by: NPriyanka Jain <priyanka.jain@nxp.com>
上级 2eca7b97
......@@ -19,7 +19,7 @@ secondary_boot_addr:
.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:
......@@ -144,7 +144,7 @@ ENDPROC(secondary_switch_to_el1)
.ltorg
/* 64 bit alignment for elements accessed as data */
.align 4
.align 3
.global __real_cntfrq
__real_cntfrq:
.quad COUNTER_FREQUENCY
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册