]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: Drop qt840a_defconfig
authorHans de Goede <hdegoede@redhat.com>
Wed, 21 Jan 2015 15:14:00 +0000 (16:14 +0100)
committerHans de Goede <hdegoede@redhat.com>
Fri, 23 Jan 2015 14:15:02 +0000 (15:15 +0100)
commit56333be9b262ba4059affe277bca4cf9d2991b69
tree536566e513bf959285532ceb6da4a2ae46e8cdf8
parent89c95b08117467890d9e7184e232ba106206dd3d
sunxi: Drop qt840a_defconfig

The qt840a is one of the many tv-boxes using the "i12" A20 pcb, but it
populates only one of the 2 places for a 16 bit dram ic, thus reducing
the buswidth to 16 bits, and the amount of ram to 512M, which is why we
had a separate config for it.

This commit switches the generic i12-tvbox_defconfig over to DRAM
autoconfiguration, so that it will work with the qt840a too, and drops the
qt840a specific config, like we've done with other memory-amount specific
configs before.

Tested on a generic i12-tvbox with 32 bit bus-width / 1G RAM, and on a
qt840a with 16 bit bus-width / 512M RAM.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
board/sunxi/Kconfig
board/sunxi/Makefile
board/sunxi/dram_sun5i_auto.c
board/sunxi/dram_sun7i_384_512_busw16_iow16.c [deleted file]
configs/i12-tvbox_defconfig
configs/qt840a_defconfig [deleted file]