mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-09 05:00:00 +08:00
Merge pull request #2094 from jesven/fix_zynq7000_ld
fix bss start address in ld file
This commit is contained in:
@@ -92,7 +92,7 @@ SECTIONS
|
||||
__data_end = .;
|
||||
|
||||
. = ALIGN(4);
|
||||
__bss_start = 0;
|
||||
__bss_start = __data_end;
|
||||
.bss :
|
||||
{
|
||||
*(.bss)
|
||||
|
||||
Reference in New Issue
Block a user