msm: charm: Don't complete charm_boot on power up

The first time the target boots up, complete(charm_boot) is
called. Subsystem restart assumes that complete(charm_boot)
has never been called before the first time. This can result
in the charm code getting into a bad state. Fix this by not
calling complete on bootup.

Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
1 file changed