From: Ley Foon Tan Date: Thu, 21 Mar 2019 17:24:02 +0000 (+0800) Subject: configs: stratix10: Change CONFIG_NR_DRAM_BANKS to 2 X-Git-Tag: v2019.07-rc1~14^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a32f7d3cd8b2a32f982b82f787baab6016200982;p=oweals%2Fu-boot.git configs: stratix10: Change CONFIG_NR_DRAM_BANKS to 2 Stratix10 maps dram in 2 address spans, from 0-2GB and from 2GB up to 128GB. Signed-off-by: Dalon Westergreen Signed-off-by: Ley Foon Tan --- diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig index 995290ca5f..4848013b21 100644 --- a/configs/socfpga_stratix10_defconfig +++ b/configs/socfpga_stratix10_defconfig @@ -6,7 +6,7 @@ CONFIG_TARGET_SOCFPGA_STRATIX10_SOCDK=y CONFIG_SPL=y CONFIG_IDENT_STRING="socfpga_stratix10" CONFIG_SPL_FS_FAT=y -CONFIG_NR_DRAM_BANKS=1 +CONFIG_NR_DRAM_BANKS=2 CONFIG_BOOTDELAY=5 CONFIG_SPL_SPI_LOAD=y CONFIG_HUSH_PARSER=y