diff options
author | Samuel Holland <samuel@sholland.org> | 2020-10-21 21:12:09 -0500 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-10-22 11:43:43 +0530 |
commit | b26536ad3d940d64a070d7c2d0ecb0f28bad8289 (patch) | |
tree | 2e0135574772b2ae837f374075abe78ec548b43c /tools/binman/ftest.py | |
parent | 509978e5d2cdfc2faff1721de035c1f4f14fbcae (diff) | |
download | u-boot-b26536ad3d940d64a070d7c2d0ecb0f28bad8289.tar.gz u-boot-b26536ad3d940d64a070d7c2d0ecb0f28bad8289.tar.xz u-boot-b26536ad3d940d64a070d7c2d0ecb0f28bad8289.zip |
binman: Only write FDT once per node
Due to an extra level of indentation, the "data" property containing the
FDT was being written repeatedly after every other property in the node.
This caused the generated FIT image to be invalid.
Move the block up one level, so the property is added exactly once.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'tools/binman/ftest.py')
0 files changed, 0 insertions, 0 deletions