source: rtems/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.icecube @ 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: 300 bytes
RevLine 
[6f776e71]1/**
2 * @file
[7da3405]3 *
[6f776e71]4 * Linker command file for the IceCube board.
[7da3405]5 */
6
[6f776e71]7MEMORY {
[25ed11d0]8        /* For the 4k adjustment see cpuinit.c */
9        RAM : ORIGIN = 0x0, LENGTH = 128M - 4k
[6f776e71]10        ROM : ORIGIN = 0xffe00000, LENGTH = 2M
11        REGS : ORIGIN = 0xf0000000, LENGTH = 64k
12        DPRAM : ORIGIN = 0x0, LENGTH = 0
[7da3405]13}
[6f776e71]14
15INCLUDE linkcmds.base
Note: See TracBrowser for help on using the repository browser.