[U-Boot] [PATCH v3] sunxi: Make DRAM_ODT_EN Kconfig setting a bool

2015-05-19 Thread Hans de Goede
Make DRAM_ODT_EN Kconfig setting a bool, add a separate DRAM_ODT_CORRECTION setting for A23 SoCs and use DRAM_ODT_EN Kconfig everywhere instead of only in dram_sun4i.c and hardcoding odt_en elsewhere. Note this commit makes no functional changes for existing boards, its purpose is to allow

Re: [U-Boot] [PATCH v3] sunxi: Make DRAM_ODT_EN Kconfig setting a bool

2015-05-19 Thread Ian Campbell
On Tue, 2015-05-19 at 14:56 +0200, Hans de Goede wrote: diff --git a/arch/arm/cpu/armv7/sunxi/dram_sun4i.c b/arch/arm/cpu/armv7/sunxi/dram_sun4i.c index c736fa3..f7b4915 100644 --- a/arch/arm/cpu/armv7/sunxi/dram_sun4i.c +++ b/arch/arm/cpu/armv7/sunxi/dram_sun4i.c @@ -508,7 +508,7 @@ static

Re: [U-Boot] [PATCH v3] sunxi: Make DRAM_ODT_EN Kconfig setting a bool

2015-05-19 Thread Siarhei Siamashka
On Tue, 19 May 2015 14:56:39 +0200 Hans de Goede hdego...@redhat.com wrote: Make DRAM_ODT_EN Kconfig setting a bool, add a separate DRAM_ODT_CORRECTION setting for A23 SoCs and use DRAM_ODT_EN Kconfig everywhere instead of only in dram_sun4i.c and hardcoding odt_en elsewhere. Note this

Re: [U-Boot] [PATCH v3] sunxi: Make DRAM_ODT_EN Kconfig setting a bool

2015-05-19 Thread Siarhei Siamashka
On Tue, 19 May 2015 15:13:18 +0100 Ian Campbell ijc+ub...@hellion.org.uk wrote: On Tue, 2015-05-19 at 14:56 +0200, Hans de Goede wrote: diff --git a/arch/arm/cpu/armv7/sunxi/dram_sun4i.c b/arch/arm/cpu/armv7/sunxi/dram_sun4i.c index c736fa3..f7b4915 100644 ---

Re: [U-Boot] [PATCH v3] sunxi: Make DRAM_ODT_EN Kconfig setting a bool

2015-05-19 Thread Hans de Goede
Hi, On 05/19/2015 04:13 PM, Ian Campbell wrote: On Tue, 2015-05-19 at 14:56 +0200, Hans de Goede wrote: diff --git a/arch/arm/cpu/armv7/sunxi/dram_sun4i.c b/arch/arm/cpu/armv7/sunxi/dram_sun4i.c index c736fa3..f7b4915 100644 --- a/arch/arm/cpu/armv7/sunxi/dram_sun4i.c +++

Re: [U-Boot] [PATCH v3] sunxi: Make DRAM_ODT_EN Kconfig setting a bool

2015-05-19 Thread Hans de Goede
Hi, On 05/19/2015 04:54 PM, Siarhei Siamashka wrote: On Tue, 19 May 2015 14:56:39 +0200 Hans de Goede hdego...@redhat.com wrote: Make DRAM_ODT_EN Kconfig setting a bool, add a separate DRAM_ODT_CORRECTION setting for A23 SoCs and use DRAM_ODT_EN Kconfig everywhere instead of only in

Re: [U-Boot] [PATCH v3] sunxi: Make DRAM_ODT_EN Kconfig setting a bool

2015-05-19 Thread Ian Campbell
On Tue, 2015-05-19 at 18:39 +0200, Hans de Goede wrote: Hi, On 05/19/2015 04:13 PM, Ian Campbell wrote: On Tue, 2015-05-19 at 14:56 +0200, Hans de Goede wrote: diff --git a/arch/arm/cpu/armv7/sunxi/dram_sun4i.c b/arch/arm/cpu/armv7/sunxi/dram_sun4i.c index c736fa3..f7b4915 100644