diff options
author | Simon Glass | 2023-11-19 08:36:01 -0700 |
---|---|---|
committer | Tom Rini | 2023-12-13 18:39:05 -0500 |
commit | ec31f8bac74a775b1296dd05e9a8be8ff7f8d6c4 (patch) | |
tree | 8b50ba1500773253fa71e3ceb57d0610656ae8dd /tools | |
parent | 4c4977cbc92ae984a1c1db148ae8d70dd2fed5ad (diff) |
u_boot_pylib: Correct readme formatting
Correct a heading which is too short in the readme.
Fixes: 75554dfac29 ("patman: Add support for building a u_boot_tools...")
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/u_boot_pylib/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/u_boot_pylib/README.rst b/tools/u_boot_pylib/README.rst index 93858f5571d..36a18256d8b 100644 --- a/tools/u_boot_pylib/README.rst +++ b/tools/u_boot_pylib/README.rst @@ -1,7 +1,7 @@ .. SPDX-License-Identifier: GPL-2.0+ # U-Boot Python Library -===================== +======================= This is a Python library used by various U-Boot tools, including patman, buildman and binman. |