Skip to content

Commit

Permalink
Merge pull request #554 from lumag/fix-warnings
Browse files Browse the repository at this point in the history
qcom-armv8a: fix the freshly introduced warnings
  • Loading branch information
lumag authored Nov 22, 2023
2 parents 4a13096 + 5bc5f5d commit e943354
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conf/machine/qcom-armv8a.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ KERNEL_DEVICETREE ?= " \
qcom/sm8450-hdk.dtb \
"

KERNEL_DEVICETREE:append:pn-linux-yocto += "qcom/qcm6490-idp.dtb"
KERNEL_DEVICETREE:append:pn-linux-yocto += "qcom/qcm6490-rb3.dtb"
# These DT are not upstreamed (yet) and currenty exist only as a patches against linux-yocto
KERNEL_DEVICETREE:append:pn-linux-yocto = " \
qcom/qcm6490-idp.dtb \
qcom/qcm6490-rb3.dtb \
"

QCOM_BOOTIMG_PAGE_SIZE[apq8016-sbc] ?= "2048"
QCOM_BOOTIMG_ROOTFS ?= "/dev/sda1"
Expand Down

0 comments on commit e943354

Please sign in to comment.