pcDuino: update RAM start address and size
This commit is contained in:
parent
1f097aa856
commit
fe5670a067
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue