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:
Peng Fan 2020-12-27 21:07:08 +08:00 committed by Stefano Babic
parent 54bd9ddf21
commit 4557f43a10

View file

@ -5,7 +5,7 @@
#include <config.h>
.align 8
.align 4
.global rom_pointer
rom_pointer:
.space 256