Blackfin arch: make sure the BSS and kernel load address are 4 byte aligned
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
@@ -83,6 +83,7 @@ SECTIONS
|
||||
#if !L1_DATA_B_LENGTH
|
||||
*(.l1.bss.B)
|
||||
#endif
|
||||
. = ALIGN(4);
|
||||
___bss_stop = .;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user