From af321aaf2b5ded5bf9265ee1e518be55f0ea612a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 19 Nov 2019 14:49:43 +0100 Subject: bsp/altcycv_devkit: Rename linker command file This BSP family uses only one linker command file. Use the standard name. Update #3818. --- bsps/arm/altera-cyclone-v/start/linkcmds | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bsps/arm/altera-cyclone-v/start/linkcmds (limited to 'bsps/arm/altera-cyclone-v/start/linkcmds') diff --git a/bsps/arm/altera-cyclone-v/start/linkcmds b/bsps/arm/altera-cyclone-v/start/linkcmds new file mode 100644 index 0000000000..546db0e123 --- /dev/null +++ b/bsps/arm/altera-cyclone-v/start/linkcmds @@ -0,0 +1,7 @@ +MEMORY { + RAM_MMU : ORIGIN = 0x00100000, LENGTH = 16k + NOCACHE : ORIGIN = 0x00200000, LENGTH = 1M + RAM : ORIGIN = 0x00300000, LENGTH = 256M - 1M - 1M - 1M +} + +INCLUDE linkcmds.altcycv -- cgit v1.2.3