source: rtems/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds.mpc8349eamds @ f88da30

4.115
Last change on this file since f88da30 was f88da30, checked in by Sebastian Huber <sebastian.huber@…>, on 03/11/13 at 16:50:27

mpc83xx: Use shared linkcmds.base

  • Property mode set to 100644
File size: 250 bytes
Line 
1MEMORY {
2        RESCONF : ORIGIN = 0x0, LENGTH = 0x100
3        VECTORS : ORIGIN = 0x100, LENGTH = 0x10000 - 0x100
4        WORK : ORIGIN = 0x10000, LENGTH = 256M - 0x10000
5        ROM : ORIGIN = 0xfe000000, LENGTH = 8M
6}
7
8REGION_ALIAS ("START", WORK);
9
10INCLUDE linkcmds.mpc83xx
Note: See TracBrowser for help on using the repository browser.