forked from Imagelibrary/rtems
Modified to provide symbols with and without leading underscore in order
to support a.out and ELF.
This commit is contained in:
@@ -53,6 +53,7 @@ _RAM_SIZE = 2M;
|
||||
|
||||
_RAM_START = 0x02000000;
|
||||
_RAM_END = _RAM_START + _RAM_SIZE;
|
||||
RAM_END = _RAM_END;
|
||||
|
||||
_PROM_START = 0x00000000;
|
||||
_PROM_END = _PROM_START + _PROM_SIZE;
|
||||
@@ -62,6 +63,7 @@ _PROM_END = _PROM_START + _PROM_SIZE;
|
||||
*/
|
||||
|
||||
_ERC32_MEC = 0x01f80000;
|
||||
ERC32_MEC = 0x01f80000;
|
||||
|
||||
MEMORY
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user