source: rtems/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.brs6l @ 6494f7d

5
Last change on this file since 6494f7d was 375e923d, checked in by Sebastian Huber <sebastian.huber@…>, on 01/03/18 at 08:08:59

bsps/powerpc: Rename BSP specific linkcmds.base

Avoid name conflicts with shared linkcmds.base.

Update #3254.

  • Property mode set to 100644
File size: 313 bytes
Line 
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.gen5200_base
Note: See TracBrowser for help on using the repository browser.