fixed function prototype for die()
authorLi-Ta Lo <ollie@lanl.gov>
Thu, 14 Oct 2004 23:05:08 +0000 (23:05 +0000)
committerLi-Ta Lo <ollie@lanl.gov>
Thu, 14 Oct 2004 23:05:08 +0000 (23:05 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1675 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/console/console.c

index 7a99cd49f3459c0bfb89ae8f27d8957f578042d5..7f97b5c95f84f5699e74c74f684e0320402f933e 100644 (file)
@@ -91,7 +91,7 @@ void post_code(uint8_t value)
 }
 
 /* Report a fatal error */
-void die(char *msg)
+void die(const char *msg)
 {
        printk_emerg("%s", msg);
        post_code(0xff);