commit | c2fbaa2da213dda4882e3638b0e83f47b1aedf45 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 30 15:35:51 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 19 20:13:40 2015 -0700 |
tree | b29ff44f8f56a6a911294d561c806aabf958f353 | |
parent | d64a8cbadd502d8ded6f62fd139d31acabbc6076 [diff] |
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>