diff --git a/boards/arm/sam34/sam3u-ek/scripts/memory.ld b/boards/arm/sam34/sam3u-ek/scripts/memory.ld index 6b59fcde567..c3334dad1bc 100644 --- a/boards/arm/sam34/sam3u-ek/scripts/memory.ld +++ b/boards/arm/sam34/sam3u-ek/scripts/memory.ld @@ -68,8 +68,8 @@ MEMORY { /* 256Kb FLASH */ - kflash (rx) : ORIGIN = 0x00080000, LENGTH = 65K - uflash (rx) : ORIGIN = 0x00090400, LENGTH = 63K + kflash (rx) : ORIGIN = 0x00080000, LENGTH = 80K + uflash (rx) : ORIGIN = 0x00094000, LENGTH = 48K xflash (rx) : ORIGIN = 0x000a0000, LENGTH = 128K /* 32Kb SRAM */