Skip to content

Commit

Permalink
h8300: zImage alignment fix
Browse files Browse the repository at this point in the history
Missing alignment for .data section.
Sometime bootup failed.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
  • Loading branch information
Yoshinori Sato committed Jan 20, 2016
1 parent 2c48712 commit 3724d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/h8300/boot/compressed/vmlinux.lds
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ SECTIONS
.data :

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

0 comments on commit 3724d31

Please sign in to comment.