From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 13 May 2015 20:22:14 +0100 Subject: [U-Boot] [PATCH 1/2] sunxi: Fix dram initialization not working on some a33 devices In-Reply-To: <1431529774-26822-1-git-send-email-hdegoede@redhat.com> References: <1431529774-26822-1-git-send-email-hdegoede@redhat.com> Message-ID: <1431544934.5748.20.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2015-05-13 at 17:09 +0200, Hans de Goede wrote: > When porting the allwinner dram init code to u-boot we missed some code > setting an extra bit when doing auto dram config. > > This commits add this bit, fixing dram init not working on the ga10h > 10" a33 tablet which I'm bringing up atm. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell