mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
imx233: don't print stmp3780 debug info on stmp3700
Change-Id: Iffad6f39b62af496e6bb5975610807228c2986c7
This commit is contained in:
parent
ce39850e6b
commit
17e48e81af
2 changed files with 5 additions and 3 deletions
|
|
@ -92,12 +92,14 @@ struct imx233_power_info_t
|
|||
int stop_current;
|
||||
bool charging;
|
||||
bool batt_adj;
|
||||
#if IMX233_SUBTARGET >= 3780
|
||||
bool _4p2_enable;
|
||||
bool _4p2_dcdc;
|
||||
int _4p2_cmptrip;
|
||||
int _4p2_dropout;
|
||||
bool _5v_pwd_charge_4p2;
|
||||
int _5v_charge_4p2_limit;
|
||||
#endif
|
||||
bool _5v_dcdc_xfer;
|
||||
bool _5v_enable_dcdc;
|
||||
int _5v_vbusvalid_thr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue