From 4c31c228026cc76aa81792d8d2f2e982846ca812 Mon Sep 17 00:00:00 2001 From: aozima Date: Sun, 2 Nov 2014 14:04:33 +0800 Subject: [PATCH] [CME_M7] update gcc linker script. --- bsp/CME_M7/CME_M7.ld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bsp/CME_M7/CME_M7.ld b/bsp/CME_M7/CME_M7.ld index b157040dd5..2e82decb1d 100644 --- a/bsp/CME_M7/CME_M7.ld +++ b/bsp/CME_M7/CME_M7.ld @@ -1,17 +1,17 @@ /****************************************************************************** * - * nuc472_flash.ld - Linker configuration file for project. + * CME_M7.ld - Linker configuration file for project. * * Change Logs: * Date Author Notes - * 2014-08-24 aozima first implementation + * 2014-11-02 aozima first implementation * *****************************************************************************/ /* Program Entry, set to mark it as "used" and avoid gc */ MEMORY { - FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 512K + FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 256K /* !!! real 128K, up to 256K for linker. */ SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 64K } -- GitLab