source: rtems/bsps/arm/altera-cyclone-v/start/linkcmds

Last change on this file was af321aa, checked in by Sebastian Huber <sebastian.huber@…>, on 11/19/19 at 13:49:43

bsp/altcycv_devkit: Rename linker command file

This BSP family uses only one linker command file. Use the standard
name.

Update #3818.

  • Property mode set to 100644
File size: 193 bytes
Line 
1MEMORY {
2   RAM_MMU : ORIGIN = 0x00100000, LENGTH = 16k
3   NOCACHE : ORIGIN = 0x00200000, LENGTH = 1M
4   RAM     : ORIGIN = 0x00300000, LENGTH = 256M - 1M - 1M - 1M
5}
6
7INCLUDE linkcmds.altcycv
Note: See TracBrowser for help on using the repository browser.