summaryrefslogtreecommitdiff
path: root/tools/binman/entry.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-10 06:13:46 +0300
committerSimon Glass <sjg@chromium.org>2022-01-25 22:36:11 +0300
commitf4590e02c133e7a971bb425d1e83c7ab0cdbf64a (patch)
treef4cbf43dbc6e08c303abe555411a85e1db94dcd4 /tools/binman/entry.py
parent2cc8c1fba6498a3d0a4a8892c58783cb302c0bab (diff)
downloadu-boot-f4590e02c133e7a971bb425d1e83c7ab0cdbf64a.tar.xz
binman: Allow faked blobs in blob-ext-list
Since this is a list of blobs, each blob should have the ability to be faked, as with blob-ext. Update the Entry base class to set allow_fake and use the base class in the section code also, so that this propagagtes to blob-ext-list, which is not a section. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/entry.py')
-rw-r--r--tools/binman/entry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/entry.py b/tools/binman/entry.py
index bac90bbbcd..e4a1f2d5d5 100644
--- a/tools/binman/entry.py
+++ b/tools/binman/entry.py
@@ -960,7 +960,7 @@ features to produce new behaviours.
Args:
allow_fake: True if allowed, False if not allowed
"""
- pass
+ self.allow_fake = allow_fake
def CheckMissing(self, missing_list):
"""Check if any entries in this section have missing external blobs