mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 17:36:38 +00:00
Sabre-6Quaqd: Fix DRAM size, 2GB not 2MB
This commit is contained in:
parent
f3cf4a7586
commit
8f3d140c1b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue