diff --git a/boards/arm/tiva/lm3s6965-ek/scripts/memory.ld b/boards/arm/tiva/lm3s6965-ek/scripts/memory.ld index 9bb7703419..acc84a83d6 100644 --- a/boards/arm/tiva/lm3s6965-ek/scripts/memory.ld +++ b/boards/arm/tiva/lm3s6965-ek/scripts/memory.ld @@ -26,8 +26,8 @@ MEMORY { /* 256Kb FLASH */ - kflash (rx) : ORIGIN = 0x00000000, LENGTH = 124K - uflash (rx) : ORIGIN = 0x0001f000, LENGTH = 132K + kflash (rx) : ORIGIN = 0x00000000, LENGTH = 128K + uflash (rx) : ORIGIN = 0x00020000, LENGTH = 128K xflash (rx) : ORIGIN = 0x00040000, LENGTH = 0K /* 64Kb of contiguous SRAM */