]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Remove redundant SetAllowFakeBlob from blob-ext entry
authorJonas Karlman <jonas@kwiboo.se>
Sun, 19 Feb 2023 22:02:03 +0000 (22:02 +0000)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:38:48 +0000 (11:38 -0800)
commitf665c8198c4f3b2cff0663c2ad2c484e3e21988d
tree20dffc3bc3a0b15d82421c03ef5263b59d5c4903
parent91ec8d494b0df945c1ee148762bb8f5f8353edd8
binman: Remove redundant SetAllowFakeBlob from blob-ext entry

Entry_blob_ext contains an implementation of SetAllowFakeBlob that is
identical to the one in the base Entry class, remove it.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/blob_ext.py