test: Add a way to check part of a console line or skip it
[platform/kernel/u-boot.git] / common / bootstage.c
index e8b7bbf..5f87358 100644 (file)
  */
 
 #include <common.h>
+#include <bootstage.h>
+#include <hang.h>
+#include <log.h>
 #include <malloc.h>
+#include <sort.h>
 #include <spl.h>
 #include <linux/compiler.h>
 #include <linux/libfdt.h>