source: rtems/bsps/powerpc/mpc55xxevb/start/linkcmds.mpc5674f_ecu508_app @ 9964895

5
Last change on this file since 9964895 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: 174 bytes
Line 
1MEMORY {
2        /* Let space for the binary image library header */
3        ROM : ORIGIN = 0x00101000, LENGTH = 3064k
4}
5
6REGION_ALIAS ("STARTROM", ROM);
7
8INCLUDE linkcmds.mpc5674f_ecu508
Note: See TracBrowser for help on using the repository browser.