summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds.br_uid
blob: 3d8c3a154aa65f6463ae52f9da8b57a168f306e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
MEMORY {
	RESCONF : ORIGIN = 0x0, LENGTH = 0x100
	VECTORS : ORIGIN = 0x100, LENGTH = 0x10000 - 0x100
	WORK : ORIGIN = 0x10000, LENGTH = 256M - 0x10000
	ROM : ORIGIN = 0xfe000000, LENGTH = 2M
}

REGION_ALIAS ("START", WORK);

INCLUDE linkcmds.mpc83xx