diff options
author | Simon Glass <sjg@chromium.org> | 2019-08-24 07:23:08 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-10-15 08:40:02 -0600 |
commit | 7d645e08d6cf0c926d1fdfccd6e72d73ced0b68e (patch) | |
tree | 703afc1577237ca02118be56694459b56a855bb6 /tools | |
parent | ea0fff929b3e5337c5fcc61c8123659de81eff4f (diff) | |
download | u-boot-7d645e08d6cf0c926d1fdfccd6e72d73ced0b68e.tar.gz |
binman: Fix entry comment for Intel descriptor
This comment references another entry type. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/binman/etype/intel_descriptor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/intel_descriptor.py b/tools/binman/etype/intel_descriptor.py index fb5e889ebf..b6477931d6 100644 --- a/tools/binman/etype/intel_descriptor.py +++ b/tools/binman/etype/intel_descriptor.py @@ -2,7 +2,7 @@ # Copyright (c) 2016 Google, Inc # Written by Simon Glass <sjg@chromium.org> # -# Entry-type module for 'u-boot' +# Entry-type module for Intel flash descriptor # import struct |