]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:14 +0000 (22:43 +0200)
commit6f2861128ed44a366e5146655cb2a5196d6085e7
tree9aac51abdcd7eb8867efd9ec1dc6c60b1d5c272a
parenta9f4584eae0e37d50087c5f502ed58fe3d350fba
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