Files
rtems/bsps/powerpc/gen5200/start/linkcmds.pm520_ze30
Sebastian Huber 9964895866 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.
2018-04-20 13:52:14 +02:00

16 lines
322 B
Plaintext

/**
* @file
*
* Linker command file for the MicroSys PM520 board.
*/
MEMORY {
/* For the 4k adjustment see cpuinit.c */
RAM : ORIGIN = 0x0, LENGTH = 64M - 4k
ROM : ORIGIN = 0xffe00000, LENGTH = 2M
REGS : ORIGIN = 0xf0000000, LENGTH = 64k
DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
}
INCLUDE linkcmds.gen5200_base