Sabre-6Quaqd: Fix DRAM size, 2GB not 2MB

This commit is contained in:
Gregory Nutt 2016-03-29 17:17:31 -06:00
parent f3cf4a7586
commit 8f3d140c1b

View File

@ -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
#