board/lm3s6965-ek: fix memory.ld for PROTECTED

The uflash origin should equal to kflash size, this completes the
fix to unblock CI.

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
Yanfeng Liu 2024-08-10 10:50:41 +08:00 committed by Xiang Xiao
parent cde0de00fe
commit 0a0af89de9

View File

@ -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 */