util/ renames
Acked-by: Stefan Reinauer <stepan@coresystems.de> Signed-off-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3056 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
f527e70333
commit
997afe6ca5
@@ -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");
|
||||
|
Reference in New Issue
Block a user