apps,slider,image.S: use .p2align to avoid architectual dependend behaviors of .align

* see https://sourceware.org/binutils/docs-2.25/as/Align.html
This commit is contained in:
Zihao Yu 2019-02-18 20:04:02 +08:00
parent 2123484c69
commit 11915ea9b3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.section .data
.global image, image_end
.align 3
.p2align 3
image:
.incbin "images/projectn.bin"
.incbin "images/litenes.bin"