Enable -Werror for romcc
[coreboot.git] / util / getpir / checkpir.c
index 6a9a79fa28c56dacd62df5dc091b52cb40874337..c9703c6f3c2ac851262fcd07699e4d88ff2d2afd 100644 (file)
@@ -1,5 +1,5 @@
 /* checkpir.c : This software is released under GPL
- * For LinuxBIOS use only
+ * For coreboot use only
  * Aug 26 2001 , Nikolai Vladychevski, <niko@isl.net.mx>
  */
 
@@ -20,7 +20,7 @@ int main(void)
        printf("(no other tests are done)\n");
 
        if (!sum) {
-               printf("Checksum for IRQ Routing table is ok. You can use irq_tables.c in LinuxBIOS now.\n");
+               printf("Checksum for IRQ Routing table is ok. You can use irq_tables.c in coreboot now.\n");
        } else {
                newsum = rt->checksum - sum;
                printf("BAD CHECKSUM for IRQ Routing table !!!!\n");