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:
parent
cde0de00fe
commit
0a0af89de9
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user