summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.brs6l
blob: 3563f49f1140e3f5b353f8674c247632115fd948 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                 
/**
 * @file
 *
 * Linker command file for the BRS6L board.
 */

MEMORY {
	/* For the 4k adjustment see cpuinit.c */
	RAM : ORIGIN = 0x0, LENGTH = 128M - 4k
	ROM : ORIGIN = 0xff800000, LENGTH = 8M
	DPRAM : ORIGIN = 0xff000000, LENGTH = 0
	REGS : ORIGIN = 0xf0000000, LENGTH = 64k
}

INCLUDE linkcmds.base