Lincoln60: Correct size of SRAM in configurations

This commit is contained in:
Gregory Nutt 2015-06-04 07:54:56 -06:00
parent f970157466
commit b62497a416
2 changed files with 2 additions and 2 deletions

View File

@ -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
#

View File

@ -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
#