boot: remove debug logic for showing battery icons

This commit is contained in:
Michael Scire 2019-05-06 13:34:44 -07:00
parent 72377c2345
commit ea90325535

View file

@ -133,18 +133,6 @@ int main(int argc, char **argv)
Boot::SetInitialClockConfiguration();
Boot::ShowLowBatteryIcon();
Boot::StartShowChargingIcon(0, true);
Boot::EndShowChargingIcon();
Boot::StartShowChargingIcon(15, true);
Boot::EndShowChargingIcon();
Boot::StartShowChargingIcon(100, true);
Boot::EndShowChargingIcon();
while (1) { }
/* TODO: CheckAndRepairBootImages(); */
/* Tell PM to start boot2. */