mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-24 13:58:08 +02: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_beg__ = .;
|
||||
*(.data)
|
||||
__data_end__ = .;
|
||||
} >ram AT>flash
|
||||
|
Loading…
x
Reference in New Issue
Block a user