Files
rtems/bsps/arm/altera-cyclone-v/start/linkcmds.altcycv_devkit
Sebastian Huber 9964895866 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.
2018-04-20 13:52:14 +02:00

8 lines
193 B
Plaintext

MEMORY {
RAM_MMU : ORIGIN = 0x00100000, LENGTH = 16k
NOCACHE : ORIGIN = 0x00200000, LENGTH = 1M
RAM : ORIGIN = 0x00300000, LENGTH = 256M - 1M - 1M - 1M
}
INCLUDE linkcmds.altcycv