Re: [PATCH v3 2/9] binman: Only write FDT once per node

2020-09-06 Thread Simon Glass
On Sat, 5 Sep 2020 at 21:26, Samuel Holland 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:

[PATCH v3 2/9] binman: Only write FDT once per node

2020-09-05 Thread Samuel Holland
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 --- tools/binman/etype/fit.py | 8 1 file