Skip to content

Commit

Permalink
dts: fix flag LK2ND_BUNDLE_DTB for lk1st
Browse files Browse the repository at this point in the history
  • Loading branch information
bolilingmeng89006 authored and TravMurav committed Jun 19, 2024
1 parent b6653e8 commit 534456f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lk2nd/device/dts/msm8909/msm8909-1gb-qrd-skuc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
*
* To build lk1st:
* make TOOLCHAIN_PREFIX=arm-none-eabi- \
* LK2ND_BUNDLE_DTB="msm8909/msm8909-1gb-qrd-skuc.dtb" \
* LK2ND_BUNDLE_DTB="msm8909-1gb-qrd-skuc.dtb" \
* LK2ND_COMPATIBLE="fareastone,smart506" lk1st-msm8909
*/

Expand Down
4 changes: 2 additions & 2 deletions lk2nd/device/dts/msm8916/msm8916-512mb-mtp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

/*
* Use this node with lk1st:
* make ... LK2ND_BUNDLE_DTB="msm8916/msm8916-512mb-mtp.dtb" LK2ND_COMPATIBLE="thwc,ufi001c"
* make ... LK2ND_BUNDLE_DTB="msm8916-512mb-mtp.dtb" LK2ND_COMPATIBLE="thwc,ufi001c"
*/

lk2nd,dtb-files = "msm8916-thwc-ufi001c";
Expand All @@ -82,7 +82,7 @@
* with qhypstub and tz firmware from db410c, use lk1st if possible.
*
* Use this node with lk1st:
* make ... LK2ND_BUNDLE_DTB="msm8916/msm8916-512mb-mtp.dtb" LK2ND_COMPATIBLE="yiming,uz801-v3" ...
* make ... LK2ND_BUNDLE_DTB="msm8916-512mb-mtp.dtb" LK2ND_COMPATIBLE="yiming,uz801-v3" ...
*/
lk2nd,match-cmdline = "* mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_jdi_1080p_video";

Expand Down
2 changes: 1 addition & 1 deletion lk2nd/device/dts/msm8916/msm8916-512mb-qrd-skuh.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
* Use this node with lk1st:
* make ... LK2ND_BUNDLE_DTB="msm8916/msm8916-512mb-qrd-skuh.dtb" LK2ND_COMPATIBLE="thwc,uf896"
* make ... LK2ND_BUNDLE_DTB="msm8916-512mb-qrd-skuh.dtb" LK2ND_COMPATIBLE="thwc,uf896"
*/

lk2nd,dtb-files = "msm8916-thwc-uf896";
Expand Down

0 comments on commit 534456f

Please sign in to comment.