Files
rtems/bsps/powerpc/gen5200/start/linkcmds.icecube
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
308 B
Plaintext

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