diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-10-28 18:21:36 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-10-30 11:38:04 +0100 |
commit | 58b628ed873b3dfcb715f8e73bba5abf7eb84523 (patch) | |
tree | f07a3728e1e33291ac920a7cc3fca7b29dd3661e /board | |
parent | 31633a5677a5c57d87a8b949ca4ab376d4d10fb7 (diff) | |
download | u-boot-58b628ed873b3dfcb715f8e73bba5abf7eb84523.tar.gz u-boot-58b628ed873b3dfcb715f8e73bba5abf7eb84523.tar.xz u-boot-58b628ed873b3dfcb715f8e73bba5abf7eb84523.zip |
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 <wens@csie.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/sunxi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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. |