dumb typo

git-svn-id: svn://coreboot.org/openbios/openbios-devel@8 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Stefan Reinauer
2006-05-05 11:01:31 +00:00
parent 45538d9e4f
commit 6c8c248488

View File

@@ -145,7 +145,7 @@ ucell load_dictionary(const char *data, ucell len)
if(checksum) {
printk("Checksum invalid (%08x)!\n", checksum);
#ifndef __sparc__ // XXX hack
#warn "FIXME: checksum calculation does not seem to work on SPARC32"
#warning FIXME: checksum calculation does not seem to work on SPARC32
return 0;
#endif
}