mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
pcDuino: update RAM start address and size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user