source: rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/linkcmds.mpc5674f_ecu508_app @ 95aebbe

4.115
Last change on this file since 95aebbe was 95aebbe, checked in by Sebastian Huber <sebastian.huber@…>, on 11/23/12 at 09:11:55

bsp/mpc55xx: Add and use STARTROM

  • Property mode set to 100644
File size: 176 bytes
Line 
1MEMORY {
2        /* Let space for the binary image library header */
3        ROM : ORIGIN = 0x00100000, LENGTH = 3M - 4k
4}
5
6REGION_ALIAS ("STARTROM", ROM);
7
8INCLUDE linkcmds.mpc5674f_ecu508
Note: See TracBrowser for help on using the repository browser.