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:
parent
46f4a24d59
commit
2afdcfb6a6
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user