mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
.align 8
|
||||
.align 4
|
||||
.global rom_pointer
|
||||
rom_pointer:
|
||||
.space 256
|
||||
|
|
Loading…
Add table
Reference in a new issue