fix bss start address in ld file
This commit is contained in:
parent
12b8a0cc38
commit
95c9205053
|
@ -92,7 +92,7 @@ SECTIONS
|
|||
__data_end = .;
|
||||
|
||||
. = ALIGN(4);
|
||||
__bss_start = 0;
|
||||
__bss_start = __data_end;
|
||||
.bss :
|
||||
{
|
||||
*(.bss)
|
||||
|
|
Loading…
Reference in New Issue