From d185a3a6d1c5f39041f73421221891773add0f9c Mon Sep 17 00:00:00 2001 From: Soren Brinkmann Date: Sat, 30 May 2015 00:37:09 +0800 Subject: [PATCH] PMUFW: lscript: Sync memory definition with PMUFW repo Signed-off-by: Soren Brinkmann --- lib/sw_apps/zynqmp_pmufw/src/lscript.ld | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/sw_apps/zynqmp_pmufw/src/lscript.ld b/lib/sw_apps/zynqmp_pmufw/src/lscript.ld index 18644275..d156b94d 100644 --- a/lib/sw_apps/zynqmp_pmufw/src/lscript.ld +++ b/lib/sw_apps/zynqmp_pmufw/src/lscript.ld @@ -35,8 +35,7 @@ _STACK_SIZE = DEFINED(_STACK_SIZE) ? _STACK_SIZE : 0x1000; /* Define Memories in the system */ MEMORY { - /* This setting considers entire RAM. ROM entities are not considered */ - PMU_RAM : ORIGIN = 0xFFDC0000, LENGTH = 0x0001FF00 /* 128KB - _PERSISTENT256 */ + PMU_RAM : ORIGIN = 0xFFDC0000, LENGTH = 0x20000 /* 128 k */ } /* Specify the default entry point to the program */