source: rtems/bsps/powerpc/gen83xx/start/linkcmds.mpc8349eamds @ 8f8ccee

5
Last change on this file since 8f8ccee was 9964895, checked in by Sebastian Huber <sebastian.huber@…>, on 04/20/18 at 08:35:35

bsps: Move startup files to bsps

Adjust build support files to new directory layout.

This patch is a part of the BSP source reorganization.

Update #3285.

  • 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.