imx8m: lowlevel_init: tune alignment
The minimum alignment is 16 bytes, so use align 4 is enough. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
.align 8
|
||||
.align 4
|
||||
.global rom_pointer
|
||||
rom_pointer:
|
||||
.space 256
|
||||
|
Reference in New Issue
Block a user