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

h8300: zImage alignment fix

Missing alignment for .data section.
Sometime bootup failed.
Signed-off-by: default avatarYoshinori Sato <ysato@users.sourceforge.jp>
parent 2c487121
...@@ -16,6 +16,7 @@ SECTIONS ...@@ -16,6 +16,7 @@ SECTIONS
.data : .data :
{ {
. = ALIGN(0x4) ;
__sdata = . ; __sdata = . ;
___data_start = . ; ___data_start = . ;
*(.data.*) *(.data.*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment