diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-22 05:05:32 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-05 14:13:07 -0400 |
commit | 63c5bf48d5e09317aa3444d2bd51f67d50adb715 (patch) | |
tree | 49506daf1ae54df058463cd8a1cc1825215377e0 /include/bootstage.h | |
parent | 5ac44a55437b2b8e86248ed886e86df9d55a514e (diff) |
bootstage: Record the time taken to set up driver model
Driver model is set up ones before relocation and once after. Record the
time taken in each case.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/bootstage.h')
-rw-r--r-- | include/bootstage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bootstage.h b/include/bootstage.h index 8607e887d8..9c7b515a74 100644 --- a/include/bootstage.h +++ b/include/bootstage.h @@ -200,6 +200,8 @@ enum bootstage_id { BOOTSTAGE_ID_ACCUM_SPI, BOOTSTAGE_ID_ACCUM_DECOMP, BOOTSTAGE_ID_FPGA_INIT, + BOOTSTATE_ID_ACCUM_DM_F, + BOOTSTATE_ID_ACCUM_DM_R, /* a few spare for the user, from here */ BOOTSTAGE_ID_USER, |