
6 Sep
2020
6 Sep
'20
3:58 p.m.
On Sat, 5 Sep 2020 at 21:26, Samuel Holland samuel@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@sholland.org
tools/binman/etype/fit.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org