This is a general cleanup patch
[coreboot.git] / src / include / cpu / x86 / bist.h
index 21ea69e67b4bb225f0e9ed6d4f79d8565f16ed7c..c6cd7349fbb68dc74d2bba721a38998b56441578 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef CPU_X86_BIST_H
 #define CPU_X86_BIST_H
 
-static void report_bist_failure(unsigned long bist)
+static void report_bist_failure(u32 bist)
 {
        if (bist != 0) {
 #if CONFIG_USE_PRINTK_IN_CAR