mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 23:01:28 +02:00
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:
parent
54bd9ddf21
commit
4557f43a10
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
.align 8
|
.align 4
|
||||||
.global rom_pointer
|
.global rom_pointer
|
||||||
rom_pointer:
|
rom_pointer:
|
||||||
.space 256
|
.space 256
|
||||||
|
Loading…
x
Reference in New Issue
Block a user