source: rtems/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.pm520_cr825 @ fb01816b

5
Last change on this file since fb01816b was fd153c73, checked in by Sebastian Huber <sebastian.huber@…>, on 06/12/12 at 13:27:17

bsps: Replace NIRVANA region

Replace the "NIRVANA" region with the more verbose "UNEXPECTED_SECTIONS"
region. Move the region definition into the "linkcmds.base" files.

  • Property mode set to 100644
File size: 314 bytes
Line 
1/**
2 * @file
3 *
4 * Linker command file for the MicroSys PM520 board.
5 */
6
7MEMORY {
8        /* For the 4k adjustment see cpuinit.c */
9        RAM : ORIGIN = 0x0, LENGTH = 64M - 4k
10        ROM : ORIGIN = 0xffe00000, LENGTH = 2M
11        REGS : ORIGIN = 0xf0000000, LENGTH = 64k
12        DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
13}
14
15INCLUDE linkcmds.base
Note: See TracBrowser for help on using the repository browser.