[PATCH v3 2/9] binman: Only write FDT once per node
Simon Glass
sjg at chromium.org
Sun Sep 6 15:58:32 CEST 2020
On Sat, 5 Sep 2020 at 21:26, Samuel Holland <samuel at sholland.org> wrote:
>
> Due to an extra level of indentation, the "data" property containing the
> FDT was being written repeatedly after every other property in the node.
> Move the block up one level, so the property is added exactly once.
>
> Signed-off-by: Samuel Holland <samuel at sholland.org>
> ---
> tools/binman/etype/fit.py | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list