mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
boards/sam3u-ek: Increase kflash size from 65K to 80K.
Adjusted memory layout to allocate more space for kernel flash: Signed-off-by: yinshengkai <yinshengkai@bytedance.com>
This commit is contained in:
@@ -68,8 +68,8 @@ MEMORY
|
||||
{
|
||||
/* 256Kb FLASH */
|
||||
|
||||
kflash (rx) : ORIGIN = 0x00080000, LENGTH = 65K
|
||||
uflash (rx) : ORIGIN = 0x00090400, LENGTH = 63K
|
||||
kflash (rx) : ORIGIN = 0x00080000, LENGTH = 80K
|
||||
uflash (rx) : ORIGIN = 0x00094000, LENGTH = 48K
|
||||
xflash (rx) : ORIGIN = 0x000a0000, LENGTH = 128K
|
||||
|
||||
/* 32Kb SRAM */
|
||||
|
||||
Reference in New Issue
Block a user