From: Chen-Yu Tsai Date: Fri, 28 Oct 2016 10:21:36 +0000 (+0800) Subject: sunxi: Add default zq value for sun9i (A80) X-Git-Tag: v2016.11-rc3~16^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=58b628ed873b3dfcb715f8e73bba5abf7eb84523;p=u-boot sunxi: Add default zq value for sun9i (A80) Both the A80 Optimus board and the Cubieboard 4 use a zq value of 4145117, or 0x3f3fdd. Signed-off-by: Chen-Yu Tsai Acked-by: Hans de Goede Signed-off-by: Hans de Goede --- diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 5cca1eae73..e1d4ab148f 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -163,6 +163,7 @@ config DRAM_ZQ int "sunxi dram zq value" default 123 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || MACH_SUN8I default 127 if MACH_SUN7I + default 4145117 if MACH_SUN9I ---help--- Set the dram zq value.