aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/intel_vga.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-09 18:39:37 -0600
committerSimon Glass <sjg@chromium.org>2020-07-25 14:46:57 -0600
commit04e6a6b9ecdc75023edeebe73286f311c40b346b (patch)
tree9c43c6e25ba441758b186e3934f7cfc1dd67bba9 /tools/binman/etype/intel_vga.py
parentce867ad7c8eaae2b14699aee7235695d605c1dda (diff)
downloadu-boot-04e6a6b9ecdc75023edeebe73286f311c40b346b.zip
u-boot-04e6a6b9ecdc75023edeebe73286f311c40b346b.tar.gz
u-boot-04e6a6b9ecdc75023edeebe73286f311c40b346b.tar.bz2
binman: Convert existing binary blobs to blob_ext
Many of the existing blobs rely on external binaries which may not be available. Move them over to use blob_ext to indicate this. Unfortunately cros-ec-rw cannot use this class because it inherits another. So set the 'external' value for that class. While we are here, drop the import of Entry since it is not used (and pylint3 complains). Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/etype/intel_vga.py')
-rw-r--r--tools/binman/etype/intel_vga.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/binman/etype/intel_vga.py b/tools/binman/etype/intel_vga.py
index 6b87c01..a103f1c 100644
--- a/tools/binman/etype/intel_vga.py
+++ b/tools/binman/etype/intel_vga.py
@@ -5,10 +5,9 @@
# Entry-type module for x86 VGA ROM binary blob
#
-from binman.entry import Entry
-from binman.etype.blob import Entry_blob
+from binman.etype.blob_ext import Entry_blob_ext
-class Entry_intel_vga(Entry_blob):
+class Entry_intel_vga(Entry_blob_ext):
"""Entry containing an Intel Video Graphics Adaptor (VGA) file
Properties / Entry arguments: