source: rtems/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.icecube @ d8b2e89c

4.104.114.95
Last change on this file since d8b2e89c 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: 288 bytes
Line 
1/**
2 * @file
3 *
4 * Linker command file for the IceCube board.
5 */
6
7MEMORY {
8        RAM : ORIGIN = 0x0, LENGTH = 128M
9        ROM : ORIGIN = 0xffe00000, LENGTH = 2M
10        REGS : ORIGIN = 0xf0000000, LENGTH = 64k
11        NIRVANA : ORIGIN = 0x0, LENGTH = 0
12        DPRAM : ORIGIN = 0x0, LENGTH = 0
13}
14
15INCLUDE linkcmds.base
Note: See TracBrowser for help on using the repository browser.