
Hi Peter,
On Mon, Aug 3, 2015 at 7:49 AM, vpeter4 peter.vicman@gmail.com wrote:
Currently we need to build one U-boot image for each of the udoo variants: quad and dual-lite.
By switching to SPL we can support all two variants with a single binary.
Based on the SPL for wandboard.
Tested with OpenELEC (Open Embedded Linux Entertainment Center) on both boards.
Looks very good. Great job! Just some minor issues:
Signed-off-by: vpeter4 peter.vicman@gmail.com
The preferred form is to pass the real name in the Signed-off tag, so you should do:
Signed-off-by: Peter Vicman peter.vicman@gmail.com
Cc: Fabio Estevam fabio.estevam@gmail.com
That's not a valid email address. You can use either festevam@gmail.com or fabio.estevam@freescale.com
Cc: Stefano Babic sbabic@denx.de
Maybe Stefano could fix these two small issues while applying your patch.
With these fixes in place:
Acked-by: Fabio Estevam fabio.estevam@freescale.com