source: rtems/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.brs5l @ 375e923d

5
Last change on this file since 375e923d 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: 314 bytes
RevLine 
[6f776e71]1/**
2 * @file
[73a312d7]3 *
[6f776e71]4 * Linker command file for the BRS5L board.
[73a312d7]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        DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
12        REGS : ORIGIN = 0xf0000000, LENGTH = 64k
[73a312d7]13}
[6f776e71]14
[375e923d]15INCLUDE linkcmds.gen5200_base
Note: See TracBrowser for help on using the repository browser.