mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Sabre-6Quaqd: Fix DRAM size, 2GB not 2MB
This commit is contained in:
@@ -171,6 +171,7 @@ CONFIG_IMX6_UART1=y
|
||||
# CONFIG_IMX6_UART5 is not set
|
||||
# CONFIG_IMX6_SPI1 is not set
|
||||
# CONFIG_IMX6_SPI2 is not set
|
||||
CONFIG_IMX_DDR_SIZE=2147483648
|
||||
# CONFIG_IMX6_BOOT_OCRAM is not set
|
||||
CONFIG_IMX6_BOOT_SDRAM=y
|
||||
# CONFIG_IMX6_BOOT_NOR is not set
|
||||
@@ -231,7 +232,7 @@ CONFIG_BOOT_RUNFROMSDRAM=y
|
||||
#
|
||||
CONFIG_RAM_START=0x10000000
|
||||
CONFIG_RAM_VSTART=0x10000000
|
||||
CONFIG_RAM_SIZE=268435456
|
||||
CONFIG_RAM_SIZE=2147483648
|
||||
CONFIG_ARCH_HAVE_SDRAM=y
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user