diff options
Diffstat (limited to 'freebios')
| -rwxr-xr-x | freebios/bios_common.S | 3 | ||||
| -rwxr-xr-x | freebios/drastic_bios_arm7.bin | bin | 16384 -> 16384 bytes | |||
| -rwxr-xr-x | freebios/drastic_bios_arm9.bin | bin | 4096 -> 4096 bytes |
3 files changed, 3 insertions, 0 deletions
diff --git a/freebios/bios_common.S b/freebios/bios_common.S index 56d349e..308d67c 100755 --- a/freebios/bios_common.S +++ b/freebios/bios_common.S @@ -517,6 +517,9 @@ swi_get_crc16: mov const_0x1E, #0x1E adr crc_table_ptr, crc_table + bic crc_value, crc_value, #0xFF000000 + bic crc_value, crc_value, #0x00FF0000 + movs crc_length, crc_length, lsr #1 beq 1f diff --git a/freebios/drastic_bios_arm7.bin b/freebios/drastic_bios_arm7.bin Binary files differindex e586eb9..adffb53 100755 --- a/freebios/drastic_bios_arm7.bin +++ b/freebios/drastic_bios_arm7.bin diff --git a/freebios/drastic_bios_arm9.bin b/freebios/drastic_bios_arm9.bin Binary files differindex 51a8282..95c330d 100755 --- a/freebios/drastic_bios_arm9.bin +++ b/freebios/drastic_bios_arm9.bin |