Re: [U-Boot] [PATCH 3/5] sun6i: dram: Do not try to initialize a second dram chan on A31s

2014-11-18 Thread Hans de Goede
Hi, On 11/17/2014 08:00 PM, Ian Campbell wrote: On Sun, 2014-11-16 at 17:16 +0100, Hans de Goede wrote: The A31s only has one dram channel, so do not bother with trying to initalize initialize Fixed in my local tree. a second channel. Signed-off-by: Hans de Goede hdego...@redhat.com

Re: [U-Boot] [PATCH 3/5] sun6i: dram: Do not try to initialize a second dram chan on A31s

2014-11-18 Thread Ian Campbell
On Tue, 2014-11-18 at 13:34 +0100, Hans de Goede wrote: Hi, On 11/17/2014 08:00 PM, Ian Campbell wrote: On Sun, 2014-11-16 at 17:16 +0100, Hans de Goede wrote: The A31s only has one dram channel, so do not bother with trying to initalize initialize Fixed in my local tree. a

Re: [U-Boot] [PATCH 3/5] sun6i: dram: Do not try to initialize a second dram chan on A31s

2014-11-17 Thread Ian Campbell
On Sun, 2014-11-16 at 17:16 +0100, Hans de Goede wrote: The A31s only has one dram channel, so do not bother with trying to initalize initialize a second channel. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/Makefile | 2 +-

[U-Boot] [PATCH 3/5] sun6i: dram: Do not try to initialize a second dram chan on A31s

2014-11-16 Thread Hans de Goede
The A31s only has one dram channel, so do not bother with trying to initalize a second channel. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/Makefile | 2 +- arch/arm/cpu/armv7/sunxi/dram_sun6i.c | 11 +-- 2 files changed, 10 insertions(+), 3