new sparc patch from blueswirl

git-svn-id: svn://coreboot.org/openbios/openbios-devel@12 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Stefan Reinauer
2006-05-06 21:33:36 +00:00
parent 5f24bb5945
commit d80454d07a
7 changed files with 312 additions and 203 deletions

View File

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