Skip to content

Commit 66b8455

Browse files
committed
esp-qcom-image: pack DTB in UKI to boot kernel on X7181
Currently released boot firmware have no capacitity to load dtb from nvme partition. To address this, pack DTB inside Unified Kernel Image. This ensure proper device tree handling during boot. Signed-off-by: Shoudi Li <[email protected]>
1 parent fe1e5a5 commit 66b8455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes-kernel/images/esp-qcom-image.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ UKI_CMDLINE += "${@d.getVar('KERNEL_CMDLINE_EXTRA') or ''}"
1818
# Remove 'upstream' dtb, rely on EFI provided one
1919
KERNEL_DEVICETREE = ""
2020
KERNEL_DEVICETREE:sm8750-mtp = "${QCOM_DTB_DEFAULT}.dtb"
21+
KERNEL_DEVICETREE:x7181 = "${QCOM_DTB_DEFAULT}.dtb"
2122

2223
IMAGE_FSTYPES = "vfat"
2324
IMAGE_FSTYPES_DEBUGFS = ""

0 commit comments

Comments
 (0)