mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Correct linker script for ARM7_AT91SAM7X256_Eclipse demo.
This commit is contained in:
parent
4c8e9edc8d
commit
2c7ec3957d
|
@ -21,11 +21,11 @@ SECTIONS
|
|||
} >flash
|
||||
|
||||
__end_of_text__ = .;
|
||||
__data_beg_src__ = __end_of_text__;
|
||||
|
||||
.data :
|
||||
{
|
||||
__data_beg__ = .;
|
||||
__data_beg_src__ = __end_of_text__;
|
||||
*(.data)
|
||||
__data_end__ = .;
|
||||
} >ram AT>flash
|
||||
|
|
Loading…
Reference in a new issue