diff options
author | Simon Glass <sjg@chromium.org> | 2024-06-23 11:55:05 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2024-07-03 07:36:33 +0100 |
commit | d552564e1a0a8096aa25812e5ca874967d34f09a (patch) | |
tree | 9d2262481e2c050bd0313dd50d98dc00fa7166d6 | |
parent | 638aa113e083b2d33740a620f9d9a0002d7303f5 (diff) | |
download | u-boot-d552564e1a0a8096aa25812e5ca874967d34f09a.zip u-boot-d552564e1a0a8096aa25812e5ca874967d34f09a.tar.gz u-boot-d552564e1a0a8096aa25812e5ca874967d34f09a.tar.bz2 |
binman: Update the entrydocs header
Reduce the length of the underline for this header, to match the
heading itself.
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | tools/binman/entry.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/entry.py b/tools/binman/entry.py index 42e0b7b..2ed6580 100644 --- a/tools/binman/entry.py +++ b/tools/binman/entry.py @@ -812,7 +812,7 @@ class Entry(object): as missing """ print('''Binman Entry Documentation -=========================== +========================== This file describes the entry types supported by binman. These entry types can be placed in an image one by one to build up a final firmware image. It is |