bootstage: Init as early as possible
authorSimon Glass <sjg@chromium.org>
Mon, 22 May 2017 11:05:31 +0000 (05:05 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 18:13:07 +0000 (14:13 -0400)
commit5ac44a55437b2b8e86248ed886e86df9d55a514e
tree644a3416bd83f86b26bef22d1eca74994834c4bf
parent25e7dc6a6a798451973b2a3d7c02edc3658b270d
bootstage: Init as early as possible

At present we don't allow use of bootstage before driver model is running.
This means we cannot time the init of driver model itself.

Now that bootstage requires its own board-specific timer, we can move its
init to earlier in the sequence, both before and after relocation.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_f.c
common/board_r.c