summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx/startup/linkcmds.tqm8xx
blob: 69b9c327990968b7dce52c0d1a1dc30936dd9e8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @file
 *
 * TQM8xx
 */

TopRamReserved = DEFINED(TopRamReserved) ? TopRamReserved : 0;	
MEMORY {
	RAM   : ORIGIN = 0x0, LENGTH = 128M
	immr  : org = 0xfa200000,  l = 16K
	ROM : ORIGIN = 0x40000000, LENGTH = 8M
	NIRVANA : ORIGIN = 0x0, LENGTH = 0
}

INCLUDE linkcmds.base