source: rtems/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.brs6l @ 92d8038

4.115
Last change on this file since 92d8038 was 92d8038, checked in by Sebastian Huber <sebastian.huber@…>, on 04/19/13 at 09:53:07

bsp/mpc5200: New BSP variant BRS6L

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