mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -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
|
} >flash
|
||||||
|
|
||||||
__end_of_text__ = .;
|
__end_of_text__ = .;
|
||||||
|
__data_beg_src__ = __end_of_text__;
|
||||||
|
|
||||||
.data :
|
.data :
|
||||||
{
|
{
|
||||||
__data_beg__ = .;
|
__data_beg__ = .;
|
||||||
__data_beg_src__ = __end_of_text__;
|
|
||||||
*(.data)
|
*(.data)
|
||||||
__data_end__ = .;
|
__data_end__ = .;
|
||||||
} >ram AT>flash
|
} >ram AT>flash
|
||||||
|
|
Loading…
Reference in a new issue