Skip to content

Commit

Permalink
SQUASH ME: esp-qcom-image: remove dead dtb code
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <[email protected]>
  • Loading branch information
koenkooi committed Feb 5, 2025
1 parent 25e8bf7 commit 6d4816a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipes-kernel/images/esp-qcom-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ UKI_FILENAME = "${EFI_LINUX_IMG}"

UKI_CMDLINE="root=${QCOM_BOOTIMG_ROOTFS} rw rootwait"

# Remove leading 'qcom/' from KERNEL_DEVICEREE, we store the file in DEPLOY_DIR_IMAGE directly, not in the qcom/ subfolder
#KERNEL_DEVICETREE := "${@d.getVar('KERNEL_DEVICETREE').strip().replace('qcom/','')}"

# Remove 'upstream' dtb, rely on EFI provided one
KERNEL_DEVICETREE = ""

Expand Down

0 comments on commit 6d4816a

Please sign in to comment.