]> Git Repo - J-u-boot.git/commitdiff
configs: stratix10: Change CONFIG_NR_DRAM_BANKS to 2
authorLey Foon Tan <[email protected]>
Thu, 21 Mar 2019 17:24:02 +0000 (01:24 +0800)
committerMarek Vasut <[email protected]>
Wed, 17 Apr 2019 20:20:17 +0000 (22:20 +0200)
Stratix10 maps dram in 2 address spans, from 0-2GB and from
2GB up to 128GB.

Signed-off-by: Dalon Westergreen <[email protected]>
Signed-off-by: Ley Foon Tan <[email protected]>
configs/socfpga_stratix10_defconfig

index 995290ca5f37999783494a4d65019c2df8919ee1..4848013b21be3610792f17b06fce8150689e2917 100644 (file)
@@ -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
This page took 0.0323099999999999 seconds and 4 git commands to generate.