Fix wrong output of pmbootstrap bootimg_analyze (MR 2198)

This commit is contained in:
Salvatore Stella 2022-08-19 23:05:07 +02:00 committed by Oliver Smith
parent 21b86f7f64
commit 3567b7c123
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ def generate_deviceinfo_fastboot_content(bootimg=None):
"""
if bootimg["header_version"] == "2":
content += """\
content += f"""\
deviceinfo_append_dtb="false"
deviceinfo_flash_offset_dtb="{bootimg["dtb_offset"]}"
"""