Merge 'u-boot-atmel/master' into 'u-boot-arm/master'
[pandora-u-boot.git] / common / main.c
index 44fa20d..5d8454e 100644 (file)
@@ -376,6 +376,8 @@ void main_loop (void)
        char bcs_set[16];
 #endif /* CONFIG_BOOTCOUNT_LIMIT */
 
+       bootstage_mark_name(BOOTSTAGE_ID_MAIN_LOOP, "main_loop");
+
 #ifdef CONFIG_BOOTCOUNT_LIMIT
        bootcount = bootcount_load();
        bootcount++;