mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
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:
@@ -26,8 +26,8 @@ MEMORY
|
|||||||
{
|
{
|
||||||
/* 256Kb FLASH */
|
/* 256Kb FLASH */
|
||||||
|
|
||||||
kflash (rx) : ORIGIN = 0x00000000, LENGTH = 128K
|
kflash (rx) : ORIGIN = 0x00000000, LENGTH = 124K
|
||||||
uflash (rx) : ORIGIN = 0x00020000, LENGTH = 128K
|
uflash (rx) : ORIGIN = 0x00020000, LENGTH = 132K
|
||||||
xflash (rx) : ORIGIN = 0x00040000, LENGTH = 0K
|
xflash (rx) : ORIGIN = 0x00040000, LENGTH = 0K
|
||||||
|
|
||||||
/* 64Kb of contiguous SRAM */
|
/* 64Kb of contiguous SRAM */
|
||||||
|
|||||||
Reference in New Issue
Block a user