]> git.ipfire.org Git - people/ms/u-boot.git/commit
common/board_f.c: move mark_bootstage after arch_cpu_init_dm
authorThomas Chou <thomas@wytron.com.tw>
Fri, 30 Oct 2015 07:35:51 +0000 (15:35 +0800)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:13:40 +0000 (20:13 -0700)
commit67521957605494a11fa5161dcc54757dc5b6b8a1
treeb29ff44f8f56a6a911294d561c806aabf958f353
parent0b186c0825f710a937578dc7d2ffbe125ddee7a3
common/board_f.c: move mark_bootstage after arch_cpu_init_dm

As mark_bootstage() uses timer, it should go after driver model
is initialized.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/board_f.c