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