mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 02:12:00 -04: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:
@@ -16,6 +16,7 @@ SECTIONS
|
||||
.data :
|
||||
|
||||
{
|
||||
. = ALIGN(0x4) ;
|
||||
__sdata = . ;
|
||||
___data_start = . ;
|
||||
*(.data.*)
|
||||
|
||||
Reference in New Issue
Block a user