mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_
This commit is contained in:
@@ -195,8 +195,8 @@ CONFIG_ARCH_STACKDUMP=y
|
||||
#
|
||||
# Board Settings
|
||||
#
|
||||
CONFIG_DRAM_START=0x20000000
|
||||
CONFIG_DRAM_SIZE=16384
|
||||
CONFIG_RAM_START=0x20000000
|
||||
CONFIG_RAM_SIZE=16384
|
||||
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
|
||||
CONFIG_ARCH_INTERRUPTSTACK=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user