Changeset 7782f9fc in rtems
- Timestamp:
- 07/01/99 21:53:17 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 28861e8d
- Parents:
- e2ba0af6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/startup/linkcmds
re2ba0af6 r7782f9fc 54 54 _RAM_START = 0x02000000; 55 55 _RAM_END = _RAM_START + _RAM_SIZE; 56 RAM_END = _RAM_END; 56 57 57 58 _PROM_START = 0x00000000; … … 63 64 64 65 _ERC32_MEC = 0x01f80000; 66 ERC32_MEC = 0x01f80000; 65 67 66 68 MEMORY
Note: See TracChangeset
for help on using the changeset viewer.