summaryrefslogtreecommitdiff
path: root/configs/nanopi_neo2_defconfig
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>2019-03-14 13:36:16 +0300
committerJagan Teki <jagan@amarulasolutions.com>2019-04-10 13:04:32 +0300
commit9d0f9e837421c3e6d1e99caed401511d886a1c36 (patch)
treede46961e6da73cb988a885d495d211fbf45d1546 /configs/nanopi_neo2_defconfig
parent882b71e47df2889c77105ddcfe34cbafa762a208 (diff)
downloadu-boot-9d0f9e837421c3e6d1e99caed401511d886a1c36.tar.xz
arm: sunxi: Enable DRAM ODT by default on H3/H5
Most of the boards we support with H3/H5 enable DRAM on-die termination, which is consistent with the high DRAM clocks that are used. Make it the default (like it's done for other similar platforms) instead of defining it in each defconfig. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs/nanopi_neo2_defconfig')
-rw-r--r--configs/nanopi_neo2_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/nanopi_neo2_defconfig b/configs/nanopi_neo2_defconfig
index 9de893adfa..2d44135bbc 100644
--- a/configs/nanopi_neo2_defconfig
+++ b/configs/nanopi_neo2_defconfig
@@ -4,6 +4,7 @@ CONFIG_SPL=y
CONFIG_MACH_SUN50I_H5=y
CONFIG_DRAM_CLK=672
CONFIG_DRAM_ZQ=3881977
+# CONFIG_DRAM_ODT_EN is not set
CONFIG_NR_DRAM_BANKS=1
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
# CONFIG_CMD_FLASH is not set