From cb58fa51318791fd7bf8a1a14c5f4f50fba5fb5e Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 2 Jul 2018 10:39:09 -0700 Subject: [PATCH] NXPHlite-V3:Prep for bootloader of 24K load address is 0x6000 --- platforms/nuttx/nuttx-configs/nxphlite-v3/scripts/ld.script | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platforms/nuttx/nuttx-configs/nxphlite-v3/scripts/ld.script b/platforms/nuttx/nuttx-configs/nxphlite-v3/scripts/ld.script index 3dd22a145b..255f4c9ff4 100644 --- a/platforms/nuttx/nuttx-configs/nxphlite-v3/scripts/ld.script +++ b/platforms/nuttx/nuttx-configs/nxphlite-v3/scripts/ld.script @@ -49,9 +49,9 @@ MEMORY { - vectflash (rx) : ORIGIN = 0x00000000, LENGTH = 1K - cfmprotect (rx) : ORIGIN = 0x00000400, LENGTH = 16 - progflash (rx) : ORIGIN = 0x00000410, LENGTH = 2M - (1K + 16) + vectflash (rx) : ORIGIN = 0x00006000, LENGTH = 1K + cfmprotect (rx) : ORIGIN = 0x00006400, LENGTH = 16 + progflash (rx) : ORIGIN = 0x00006410, LENGTH = 2M - ((6*4K) + 1K + 16) datasram (rwx) : ORIGIN = 0x1fff0000, LENGTH = 256K }