diff options
Diffstat (limited to 'include')
-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, |