diff options
| author | Simon Glass <[email protected]> | 2020-10-26 17:40:08 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2020-10-29 14:42:59 -0600 |
| commit | ef439ed191a0655a86f5b4035cec9cc57e97d8b1 (patch) | |
| tree | bd7fff687961fe8ac0ab60b2fcfdc28b96446a58 /tools/binman/test | |
| parent | 9248c8d9c9674d705216e51161c1f0f473fc7fa3 (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.dts | 2 |
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>; }; }; |
