summaryrefslogtreecommitdiff
path: root/apps/plugins/firmware_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/firmware_flash.c')
-rw-r--r--apps/plugins/firmware_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/firmware_flash.c b/apps/plugins/firmware_flash.c
index e6f6df431c..6718d58e6a 100644
--- a/apps/plugins/firmware_flash.c
+++ b/apps/plugins/firmware_flash.c
@@ -516,7 +516,7 @@ tCheckROM CheckBootROM(void)
516 unsigned* pRom = (unsigned*)0x0; 516 unsigned* pRom = (unsigned*)0x0;
517 unsigned i; 517 unsigned i;
518 518
519 boot_crc = crc_32((unsigned char*)0x0, 64*1024, 0xFFFFFFFF); 519 boot_crc = rb->crc_32((unsigned char*)0x0, 64*1024, 0xFFFFFFFF);
520 if (boot_crc == 0x56DBA4EE /* the known boot ROM */ 520 if (boot_crc == 0x56DBA4EE /* the known boot ROM */
521#if PLATFORM_ID == ID_PLAYER 521#if PLATFORM_ID == ID_PLAYER
522 /* alternative boot ROM found in one single player so far */ 522 /* alternative boot ROM found in one single player so far */