Re: [U-Boot] [PATCH] sunxi: A64: fix default DRAM_ODT_EN symbol

2018-07-25 Thread Maxime Ripard
On Wed, Jul 25, 2018 at 01:02:31AM +0100, Andre Przywara wrote: > "default" lines in Kconfig are processed in order, the first hit will > stop considering subsequent lines. In the case of the DRAM_ODT_EN symbol > that means that everything following the first two lines will never be > checked: > --

[U-Boot] [PATCH] sunxi: A64: fix default DRAM_ODT_EN symbol

2018-07-24 Thread Andre Przywara
"default" lines in Kconfig are processed in order, the first hit will stop considering subsequent lines. In the case of the DRAM_ODT_EN symbol that means that everything following the first two lines will never be checked: config DRAM_ODT_EN bool "sunxi dram odt enable"