mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Lincoln60: Correct size of SRAM in configurations
This commit is contained in:
@@ -272,7 +272,7 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
||||
# Boot Memory Configuration
|
||||
#
|
||||
CONFIG_RAM_START=0x10000000
|
||||
CONFIG_RAM_SIZE=32768
|
||||
CONFIG_RAM_SIZE=65536
|
||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||
|
||||
#
|
||||
|
||||
@@ -253,7 +253,7 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
||||
# Boot Memory Configuration
|
||||
#
|
||||
CONFIG_RAM_START=0x10000000
|
||||
CONFIG_RAM_SIZE=32768
|
||||
CONFIG_RAM_SIZE=65536
|
||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user