boot state: remove drain timers option
commit15c671efb5e6834824569a812dcec7bb5d5ce384
authorAaron Durbin <adurbin@chromium.org>
Mon, 6 May 2013 15:52:24 +0000 (6 10:52 -0500)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 7 May 2013 18:08:03 +0000 (7 20:08 +0200)
treefa3a208f0ca32abe2ffcb9ba2ddabb7026bdca41
parent0748d305545440ae89034542ea761d39b9aab526
boot state: remove drain timers option

Internally there were states that had an attribute to
indicate that the timers needed to be drained. Now that
there is a way to block state transitions rely on this
ability instead of draining timers. The timers will
drain themselves when a state is blocked.

Change-Id: I59be9a71b2fd5a17310854d2f91c2a8957aafc28
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/3205
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/lib/hardwaremain.c