mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
h8300: zImage alignment fix
Missing alignment for .data section. Sometime bootup failed. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
This commit is contained in:
parent
2c487121e3
commit
3724d31889
@ -16,6 +16,7 @@ SECTIONS
|
||||
.data :
|
||||
|
||||
{
|
||||
. = ALIGN(0x4) ;
|
||||
__sdata = . ;
|
||||
___data_start = . ;
|
||||
*(.data.*)
|
||||
|
Loading…
Reference in New Issue
Block a user