source: rtems/bsps/powerpc/gen5200/start/linkcmds.pm520_cr825 @ 9964895

5
Last change on this file since 9964895 was 9964895, checked in by Sebastian Huber <sebastian.huber@…>, on 04/20/18 at 08:35:35

bsps: Move startup files to bsps

Adjust build support files to new directory layout.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 322 bytes
Line 
1/**
2 * @file
3 *
4 * Linker command file for the MicroSys PM520 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 = 0xff000000, LENGTH = 1k
13}
14
15INCLUDE linkcmds.gen5200_base
Note: See TracBrowser for help on using the repository browser.