pcDuino: update RAM start address and size

This commit is contained in:
Gregory Nutt
2013-12-11 17:14:13 -06:00
parent 60f7e06c2d
commit 5ef670082d
+3 -3
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