]> git.sur5r.net Git - u-boot/blobdiff - common/main.c
ppc: Move mirror_hack to arch_global_data
[u-boot] / common / main.c
index 44fa20dd6ac3648c674fa71b5749006d0bad961b..5d8454ea0e5a6407882e4b0e06a27426270036f2 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++;