mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 13:19:01 +00:00
Lincoln60: Correct size of SRAM in configurations
This commit is contained in:
parent
5ad6514ec0
commit
2db059145c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue