test: rockchip: power: call do_test_charge()
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I4784b5f21ff4f39b0112d5cc5626c26b853a0246
This commit is contained in:
parent
00dada44a9
commit
cd1c982e9a
|
|
@ -213,6 +213,9 @@ static cmd_tbl_t sub_cmd[] = {
|
|||
#if defined(CONFIG_WDT)
|
||||
UNIT_CMD_DEFINE(wdt, 0),
|
||||
#endif
|
||||
#ifdef CONFIG_DM_CHARGE_DISPLAY
|
||||
UNIT_CMD_DEFINE(charge, 0),
|
||||
#endif
|
||||
};
|
||||
|
||||
static char sub_cmd_help[] =
|
||||
|
|
|
|||
Loading…
Reference in New Issue