boards/lm3s6965-ek: adjust memory.ld to unblock CI

This adjusts memory.ld to unblock CI issue: `nuttx_user.elf
section '.text' will not fit in region 'uflash'`

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
Yanfeng Liu 2024-08-09 09:08:18 +08:00 committed by Xiang Xiao
parent 46f4a24d59
commit 2afdcfb6a6

View File

@ -26,8 +26,8 @@ MEMORY
{
/* 256Kb FLASH */
kflash (rx) : ORIGIN = 0x00000000, LENGTH = 128K
uflash (rx) : ORIGIN = 0x00020000, LENGTH = 128K
kflash (rx) : ORIGIN = 0x00000000, LENGTH = 124K
uflash (rx) : ORIGIN = 0x00020000, LENGTH = 132K
xflash (rx) : ORIGIN = 0x00040000, LENGTH = 0K
/* 64Kb of contiguous SRAM */