source: rtems/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.dp2 @ 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: 334 bytes
Line 
1/**
2 * @file
3 *
4 * Linker command file for the Direct Prototyping Data Processing board.
5 */
6
7MEMORY {
8        /* For the 4k adjustment see cpuinit.c */
9        RAM : ORIGIN = 0x0, LENGTH = 64M - 4k
10        ROM : ORIGIN = 0xffe00000, LENGTH = 2M
11        REGS : ORIGIN = 0xf0000000, LENGTH = 64k
12        DPRAM : ORIGIN = 0x0, LENGTH = 0
13}
14
15INCLUDE linkcmds.gen5200_base
Note: See TracBrowser for help on using the repository browser.