[U-Boot] [PATCH 1/1] sunxi: Add support for A33-OLinuXino board

2016-06-18 Thread stefan . mavrodiev
From: Stefan Mavrodiev --- arch/arm/dts/Makefile| 3 +- arch/arm/dts/sun8i-a33-olinuxino.dts | 223 +++ configs/A33_OLinuXino_defconfig | 29 + 3 files changed, 254 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/sun8i-a33

Re: [U-Boot] [PATCH 1/1] sunxi: Add support for A33-OLinuXino board

2016-06-17 Thread Hans de Goede
Hi, On 17-06-16 15:46, stefan.mavrod...@gmail.com wrote: From: Stefan Mavrodiev Thanks, can you please add a proper commit msg, as well as update board/sunxi/MAINTAINERS with an entry for this board. Last but not least, have you also submitted the dts file to the upstream kernel? Regards,