
Hi Tom,
Here is what is hopefully really the final sunxi pull-req for v2015.10.
This introduces just 1 new defconfig, we want this new defconfig in v2015.10 since it is a generic defconfig for so called q8 formfactor sunxi tablets, and we want to replace all the PCB revision specific defconfigs with a few generic ones since there are just too many variants.
So we want to have generic configs for a13 / a23 / a33 based q8 tablets, current master already has them for a13 / a33, this commit makes the set complete, which allows us to start dropping the pcb revision specific ones in v2016.01.
The following changes since commit fbb0c7bd92255bfcb13826a8ac81be6e2f94ba48:
Merge branch 'master' of git://git.denx.de/u-boot-tegra (2015-10-02 20:35:49 -0400)
are available in the git repository at:
http://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to 97fec7105c6d31f52026921e669ec78e1b7ca623:
sunxi: Add generic defconfigs for A23 Q8 tablets with 800x480 LCD (2015-10-03 12:08:04 +0200)
---------------------------------------------------------------- Hans de Goede (1): sunxi: Add generic defconfigs for A23 Q8 tablets with 800x480 LCD
arch/arm/dts/Makefile | 3 +- arch/arm/dts/sun8i-a23-q8-tablet.dts | 65 +++++++++++++++++++++++++++++++++ board/sunxi/MAINTAINERS | 1 + configs/q8_a23_tablet_800x480_defconfig | 25 +++++++++++++ 4 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/sun8i-a23-q8-tablet.dts create mode 100644 configs/q8_a23_tablet_800x480_defconfig
Regards,
Hans