summaryrefslogtreecommitdiff
path: root/tools/binman/test
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2020-10-26 17:40:08 -0600
committerSimon Glass <[email protected]>2020-10-29 14:42:59 -0600
commitef439ed191a0655a86f5b4035cec9cc57e97d8b1 (patch)
treebd7fff687961fe8ac0ab60b2fcfdc28b96446a58 /tools/binman/test
parent9248c8d9c9674d705216e51161c1f0f473fc7fa3 (diff)
binman: Update testPackExtra with more checks
Check the contents of each section to make sure it is actually in the right place. Also fix a whitespace error in the .dts file. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools/binman/test')
-rw-r--r--tools/binman/test/009_pack_extra.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/test/009_pack_extra.dts b/tools/binman/test/009_pack_extra.dts
index 0765707dea2..1b315557716 100644
--- a/tools/binman/test/009_pack_extra.dts
+++ b/tools/binman/test/009_pack_extra.dts
@@ -28,7 +28,7 @@
u-boot-align-both {
type = "u-boot";
- align= <64>;
+ align = <64>;
align-end = <128>;
};
};