commit | f3f094e8d2645c88c4ff8797e6dc4f71d2c3ebfd | [log] [tgz] |
---|---|---|
author | xf.li <xf.li@mobiletek.cn> | Thu May 25 22:32:14 2023 -0700 |
committer | xf.li <xf.li@mobiletek.cn> | Thu May 25 22:32:14 2023 -0700 |
tree | 175298c4c16604b1eb090337551b0592f0d84800 | |
parent | d3b9e7d18fdab1c4275e621d79b105f441d15878 [diff] |
[Feature][ZXW-36]add poweron&poweroff Change-Id: I3b0f7dbaf8e9a0fce02ffe8e06383007d003579a
diff --git a/boot/common/src/uboot/board/zte/zx297520v3/zx297520v3_vehicle_dc.c b/boot/common/src/uboot/board/zte/zx297520v3/zx297520v3_vehicle_dc.c index 5b7848d..698a6de 100755 --- a/boot/common/src/uboot/board/zte/zx297520v3/zx297520v3_vehicle_dc.c +++ b/boot/common/src/uboot/board/zte/zx297520v3/zx297520v3_vehicle_dc.c
@@ -371,7 +371,9 @@ } */ #if 1 - zx234290_set_softon(1); + //xf.li@20230526 add for ZXW-36 start + //zx234290_set_softon(1); + //xf.li@20230526 add for ZXW-36 end #else zx234290_set_softon(0); pmu_pull_off_ps_hold();