source: rtems/c/src/lib/libbsp/powerpc/tqm8xx/startup/linkcmds.tqm8xx @ fca5a990

5
Last change on this file since fca5a990 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: 242 bytes
Line 
1/**
2 * @file
3 *
4 * TQM8xx
5 */
6
7TopRamReserved = DEFINED(TopRamReserved) ? TopRamReserved : 0; 
8MEMORY {
9        RAM   : ORIGIN = 0x0, LENGTH = 128M
10        immr  : org = 0xfa200000,  l = 16K
11        ROM : ORIGIN = 0x40000000, LENGTH = 8M
12}
13
14INCLUDE linkcmds.base
Note: See TracBrowser for help on using the repository browser.