summaryrefslogtreecommitdiff
path: root/tools/binman/etype/fit.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-18 10:25:16 +0300
committerSimon Glass <sjg@chromium.org>2021-03-26 07:03:10 +0300
commit96d340e9f6f0a044299f78632872690687de5ae9 (patch)
treeb5a8d04e2ec642e4506fe5165700bd739a4e7ebf /tools/binman/etype/fit.py
parent6bc4309be763e2541f45b8246f21cd65d39402ef (diff)
downloadu-boot-96d340e9f6f0a044299f78632872690687de5ae9.tar.xz
binman: Drop repetitive heading for each entry
Many entries start 'Entry containing a'. This looks fine in the source code but is annoying when viewed in the htmldocs table of contents. Drop these unnecessary words. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/etype/fit.py')
-rw-r--r--tools/binman/etype/fit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/fit.py b/tools/binman/etype/fit.py
index c4fa711b85..6936f5736a 100644
--- a/tools/binman/etype/fit.py
+++ b/tools/binman/etype/fit.py
@@ -14,7 +14,7 @@ from dtoc.fdt import Fdt
from patman import tools
class Entry_fit(Entry):
- """Entry containing a FIT
+ """Flat Image Tree (FIT)
This calls mkimage to create a FIT (U-Boot Flat Image Tree) based on the
input provided.