Re: [PATCH v2 09/11] sunxi: Convert 64-bit boards to use binman

2020-08-31 Thread Simon Glass
Hi Heinrich, On Mon, 31 Aug 2020 at 04:54, Heinrich Schuchardt wrote: > > On 8/31/20 1:20 AM, Simon Glass wrote: > > At present 64-bit sunxi boards use the Makefile to create a FIT, using > > USE_SPL_FIT_GENERATOR. This is deprecated. > > > > Update sunxi to use binman instead. > > > > Signed-off

Re: [PATCH v2 09/11] sunxi: Convert 64-bit boards to use binman

2020-08-31 Thread Heinrich Schuchardt
On 8/31/20 1:20 AM, Simon Glass wrote: > At present 64-bit sunxi boards use the Makefile to create a FIT, using > USE_SPL_FIT_GENERATOR. This is deprecated. > > Update sunxi to use binman instead. > > Signed-off-by: Simon Glass Tested on pine64-lts_defconfig When BL31 is not defined I see a warn

[PATCH v2 09/11] sunxi: Convert 64-bit boards to use binman

2020-08-30 Thread Simon Glass
At present 64-bit sunxi boards use the Makefile to create a FIT, using USE_SPL_FIT_GENERATOR. This is deprecated. Update sunxi to use binman instead. Signed-off-by: Simon Glass --- Changes in v2: - Add a 'fit-fdt-list' property - Fix 'board' typo in commit message Kconfig