From 63c5bf48d5e09317aa3444d2bd51f67d50adb715 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 22 May 2017 05:05:32 -0600 Subject: 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 --- include/bootstage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/bootstage.h b/include/bootstage.h index 8607e887d8b..9c7b515a743 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, -- cgit v1.3.1