From 997afe6ca576dcc0117891294b5f51f29864f354 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 18 Jan 2008 15:34:24 +0000 Subject: util/ renames Acked-by: Stefan Reinauer Signed-off-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3056 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/getpir/checkpir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/getpir/checkpir.c') diff --git a/util/getpir/checkpir.c b/util/getpir/checkpir.c index 6a9a79fa28..c9703c6f3c 100644 --- a/util/getpir/checkpir.c +++ b/util/getpir/checkpir.c @@ -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, */ @@ -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"); -- cgit v1.2.3