pcDuino: update RAM start address and size

This commit is contained in:
Gregory Nutt 2013-12-11 17:14:13 -06:00
parent 1f097aa856
commit fe5670a067
1 changed files with 3 additions and 3 deletions

View File

@ -233,9 +233,9 @@ CONFIG_BOOT_RUNFROMSDRAM=y
#
# Boot Memory Configuration
#
CONFIG_RAM_START=0x40000000
CONFIG_RAM_VSTART=0x40000000
CONFIG_RAM_SIZE=268435456
CONFIG_RAM_START=0x4a000000
CONFIG_RAM_VSTART=0x4a000000
CONFIG_RAM_SIZE=905969664
#
# Board Selection