source: rtems/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds @ 6f776e71

4.104.114.95
Last change on this file since 6f776e71 was 6f776e71, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 09/03/08 at 15:40:11

Changed to include new file

startup/linkcmds.base. Supports small data area now.

  • Property mode set to 100644
File size: 308 bytes
Line 
1/**
2 * @file
3 *
4 * Dummy linker command file to make the Autotools happy.
5 */
6
7MEMORY {
8        RAM : ORIGIN = 0x0, LENGTH = 256M
9        ROM : ORIGIN = 0xffe00000, LENGTH = 2M
10        DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
11        REGS : ORIGIN = 0xf0000000, LENGTH = 64k
12        NIRVANA : ORIGIN = 0x0, LENGTH = 0
13}
14
15INCLUDE linkcmds.base
Note: See TracBrowser for help on using the repository browser.