summaryrefslogtreecommitdiff
path: root/configs/orangepi_one_plus_defconfig
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2019-07-15 02:27:06 +0100
committerJagan Teki <jagan@amarulasolutions.com>2019-07-16 17:09:31 +0530
commit770b85a4180e5173c57c3297a4e28647e041f63a (patch)
tree36288a5cd66bae0123a31c85311a3414061cd83a /configs/orangepi_one_plus_defconfig
parent65f80f58049a820e7d1ed7b0b0d233885ce6ebb2 (diff)
sunxi: H6: move LPDDR3 timing definition into separate file
Currently the H6 DRAM driver only supports one kind of LPDDR3 DRAM. Split the timing parameters for this LPDDR3 configuration into a separate file, to allow selecting an alternative later at compile time (as the sunxi-dw driver does). Signed-off-by: Andre Przywara <andre.przywara@arm.com> Tested-by: Jernej Skrabec <jernej.skrabec@siol.net> Reviewed-by: Jernej Skrabec <jernej.skrabec@siol.net> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/orangepi_one_plus_defconfig')
-rw-r--r--configs/orangepi_one_plus_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/orangepi_one_plus_defconfig b/configs/orangepi_one_plus_defconfig
index a9d560a917..3737ecd378 100644
--- a/configs/orangepi_one_plus_defconfig
+++ b/configs/orangepi_one_plus_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_SUNXI=y
CONFIG_NR_DRAM_BANKS=1
CONFIG_SPL=y
CONFIG_MACH_SUN50I_H6=y
+CONFIG_SUNXI_DRAM_H6_LPDDR3=y
CONFIG_MMC0_CD_PIN="PF6"
# CONFIG_PSCI_RESET is not set
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set