rpi-base.inc: Cleanup redundant imgtyp variable

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
This commit is contained in:
Andrei Gherzan 2022-02-23 14:51:40 +01:00 committed by Andrei Gherzan
parent 1dfa0471ad
commit 906cf0ba2a

View File

@ -115,7 +115,6 @@ def make_dtb_boot_files(d):
# Generate IMAGE_BOOT_FILES entries for device tree files listed in
# KERNEL_DEVICETREE.
alldtbs = d.getVar('KERNEL_DEVICETREE')
imgtyp = d.getVar('KERNEL_IMAGETYPE')
def transform(dtb):
base = os.path.basename(dtb)