Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3724d318 authored by Yoshinori Sato's avatar Yoshinori Sato
Browse files

h8300: zImage alignment fix



Missing alignment for .data section.
Sometime bootup failed.

Signed-off-by: default avatarYoshinori Sato <ysato@users.sourceforge.jp>
parent 2c487121
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ SECTIONS
        .data :

        {
        . = ALIGN(0x4) ;
        __sdata = . ;
        ___data_start = . ;
                *(.data.*)