]> git.ipfire.org Git - people/ms/u-boot.git/commit
sunxi: Fix dram initialization not working on some a33 devices
authorHans de Goede <hdegoede@redhat.com>
Wed, 13 May 2015 12:54:16 +0000 (14:54 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 19 May 2015 16:37:30 +0000 (18:37 +0200)
commita881db09c073bfc043be8a7e909ac955fdd3794a
treee85acaeda74e629ba9ffdfa19816c2233193dc24
parent5cd83b11f934295cdd0e201b54c1c2b99529698f
sunxi: Fix dram initialization not working on some a33 devices

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 <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
arch/arm/cpu/armv7/sunxi/dram_sun8i_a33.c