Skip to content

Commit

Permalink
fix recovery button on UZ801
Browse files Browse the repository at this point in the history
  • Loading branch information
kinsamanka committed Sep 17, 2024
1 parent 242f1ca commit 4c707d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_hyp_aboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ make -C src/qhypstub CROSS_COMPILE=aarch64-linux-gnu-
# inititalizing the mmc (maybe due to using old/recycled flash chips)
echo 'DEFINES += USE_TARGET_HS200_CAPS=1' >> src/lk2nd/project/lk1st-msm8916.mk

make -C src/lk2nd LK1ST_DTB=msm8916-512mb-mtp LK1ST_COMPATIBLE=zhihe,uz801-v3 \
make -C src/lk2nd LK2ND_BUNDLE_DTB="msm8916-512mb-mtp.dtb" LK2ND_COMPATIBLE="yiming,uz801-v3" \
TOOLCHAIN_PREFIX=arm-none-eabi- lk1st-msm8916

# test sign
Expand Down

0 comments on commit 4c707d5

Please sign in to comment.