cdb_assist: Rely on the generic fastboot key handling

The generic device code will now request toggling of the fastboot key
based on the device's configuration, so remove the hard coded
invocation.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Bjorn Andersson
2020-10-29 18:20:39 -05:00
parent 7dbd49c4d2
commit ed11fe16ff

View File

@@ -475,7 +475,6 @@ int cdb_assist_power_on(struct device *dev)
cdb_power(cdb, true);
cdb_gpio(cdb, 1, true);
cdb_vbus(cdb, true);
return 0;