mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
more of the sparc32 port by Blue Swirl <blueswir1@hotmail.com>
git-svn-id: svn://coreboot.org/openbios/openbios-devel@4 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -144,7 +144,10 @@ 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"
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
data += sizeof(dictionary_header_t);
|
||||
|
||||
Reference in New Issue
Block a user