aportgen: device: set bootimg_qcdt_exynos_{platform,subtype}

If they are present.

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2638
This commit is contained in:
Henrik Grimler 2025-07-04 13:53:20 +02:00 committed by Oliver Smith
parent 2872ec6be8
commit 9662fcfb24
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -126,6 +126,8 @@ def generate_deviceinfo_fastboot_content(bootimg: Bootimg | None = None) -> str:
cmdline="",
bootimg_qcdt="false",
bootimg_qcdt_type=None,
bootimg_qcdt_exynos_platform=None,
bootimg_qcdt_exynos_subtype=None,
dtb_offset=None,
dtb_second="false",
base="",
@ -148,6 +150,8 @@ def generate_deviceinfo_fastboot_content(bootimg: Bootimg | None = None) -> str:
for k in [
"bootimg_qcdt",
"bootimg_qcdt_type",
"bootimg_qcdt_exynos_platform",
"bootimg_qcdt_exynos_subtype",
"dtb_second",
"mtk_label_kernel",
"mtk_label_ramdisk",