From 433322834e3dc4fa47acc09c1d5f4ed5ed746ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= <joakim.nohlgard@eistec.se> Date: Sun, 6 May 2018 07:48:43 +0200 Subject: [PATCH] ezr32wg: Adjust ldscript memory segment attributes --- cpu/ezr32wg/ldscripts/ezr32wg330f256r60.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/ezr32wg/ldscripts/ezr32wg330f256r60.ld b/cpu/ezr32wg/ldscripts/ezr32wg330f256r60.ld index f96f5d26aa..05ac475cf0 100644 --- a/cpu/ezr32wg/ldscripts/ezr32wg330f256r60.ld +++ b/cpu/ezr32wg/ldscripts/ezr32wg330f256r60.ld @@ -21,7 +21,7 @@ MEMORY { rom (rx) : ORIGIN = 0x00000000, LENGTH = 256K - ram (rwx) : ORIGIN = 0x20000000, LENGTH = 32K + ram (w!rx) : ORIGIN = 0x20000000, LENGTH = 32K } INCLUDE cortexm_base.ld -- GitLab