boards/sam3u-ek: Increase kflash size from 65K to 80K.

Adjusted memory layout to allocate more space for kernel flash:

Signed-off-by: yinshengkai <yinshengkai@bytedance.com>
This commit is contained in:
yinshengkai
2026-01-26 14:04:27 +08:00
committed by Donny(董九柱)
parent 450e760d16
commit b777b0acbe
+2 -2
View File
@@ -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 */