Re: [U-Boot] [PATCH v5 4/8] sunxi: add sun7i cpu, board and start of day support

2014-05-09 Thread Tom Rini
On Mon, May 05, 2014 at 11:52:26AM +0100, Ian Campbell wrote: This patch adds generic board, start of day and basic build system support for the Allwinner A20 (sun7i) processor. This code will not been compiled until the build is hooked up in a later patch. It has been split out to keep the

[U-Boot] [PATCH v5 4/8] sunxi: add sun7i cpu, board and start of day support

2014-05-05 Thread Ian Campbell
This patch adds generic board, start of day and basic build system support for the Allwinner A20 (sun7i) processor. This code will not been compiled until the build is hooked up in a later patch. It has been split out to keep the patches manageable. Signed-off-by: Adam Sampson a...@offog.org