You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fsl_common_arm: Fix comment sign issue on different architectures
The comment sign character is '//' on ARMv8 AARCH64, however it's
'@' on other ARM architectures.
So the current definitions of AT_NONCACHEABLE_SECTION_ALIGN
and AT_NONCACHEABLE_SECTION will result in the following error on
AARCH64.
/tmp/cc96AQ7j.s: Assembler messages:
/tmp/cc96AQ7j.s:1020: Error: junk at end of line, first unrecognized character is `@'
Signed-off-by: Hou Zhiqiang <[email protected]>
Signed-off-by: Stephane Viau <[email protected]>
Signed-off-by: Jiafei Pan <[email protected]>
0 commit comments