Re: [U-Boot] [PATCH 29/30] RFC: Use binman for a sunxi board

2016-07-26 Thread Simon Glass
Hi Ian, On 26 July 2016 at 07:35, Ian Campbell wrote: > (adding Hans) > > On Mon, 2016-07-25 at 18:59 -0600, Simon Glass wrote: >> Add an example usage of binman for a sunxi board. This involves adding the >> > image definition to the device tree and using it in the

Re: [U-Boot] [PATCH 29/30] RFC: Use binman for a sunxi board

2016-07-26 Thread Ian Campbell
(adding Hans) On Mon, 2016-07-25 at 18:59 -0600, Simon Glass wrote: > Add an example usage of binman for a sunxi board. This involves adding the > > image definition to the device tree and using it in the Makefile. My concern with this approach is that the *.dts(i) files used for sunxi are

[U-Boot] [PATCH 29/30] RFC: Use binman for a sunxi board

2016-07-25 Thread Simon Glass
Add an example usage of binman for a sunxi board. This involves adding the image definition to the device tree and using it in the Makefile. This is for example only. Signed-off-by: Simon Glass --- Makefile| 4 +---