Warning, /bsps/powerpc/gen5200/start/linkcmds.pm520_cr825 is written in an unsupported language. File is not indexed.
0001 /**
0002 * @file
0003 *
0004 * Linker command file for the MicroSys PM520 board.
0005 */
0006
0007 MEMORY {
0008 /* For the 4k adjustment see cpuinit.c */
0009 RAM : ORIGIN = 0x0, LENGTH = 64M - 4k
0010 ROM : ORIGIN = 0xffe00000, LENGTH = 2M
0011 REGS : ORIGIN = 0xf0000000, LENGTH = 64k
0012 DPRAM : ORIGIN = 0xff000000, LENGTH = 1k
0013 }
0014
0015 INCLUDE linkcmds.gen5200_base