source: rtems/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds.mpc8313erdb @ fd153c73

4.115
Last change on this file since fd153c73 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: 217 bytes
Line 
1/**
2 * @file
3 *
4 * MPC8313E Reference Design Board.
5 */
6
7MEMORY {
8        RAM : ORIGIN = 0x0, LENGTH = 128M
9        ROM : ORIGIN = 0xfe000000, LENGTH = 8M
10        MPC83XX_REGS : ORIGIN = 0xe0000000, LENGTH = 256k
11}
12
13INCLUDE linkcmds.base
Note: See TracBrowser for help on using the repository browser.