From 628cbae4edabfe961e0540fef19054499372417c Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 22 Nov 2009 19:30:14 +0000 Subject: fix more red git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23714 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/firmware_flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) unsigned* pRom = (unsigned*)0x0; unsigned i; - boot_crc = crc_32((unsigned char*)0x0, 64*1024, 0xFFFFFFFF); + boot_crc = rb->crc_32((unsigned char*)0x0, 64*1024, 0xFFFFFFFF); if (boot_crc == 0x56DBA4EE /* the known boot ROM */ #if PLATFORM_ID == ID_PLAYER /* alternative boot ROM found in one single player so far */ -- cgit v1.2.3