From e557951c94c1efa769900257e466900f0ffeb53b Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Fri, 4 Jul 2014 08:39:56 +0200 Subject: crc-mi4: use const lookup table for crc This doesn't touch external tools as I see no need for. Change-Id: Ia69248c4b6a033c3772916525257e3540bddcffa Reviewed-on: http://gerrit.rockbox.org/891 Tested: Sebastian Leonhardt Reviewed-by: Marcin Bukat --- bootloader/main-e200r-installer.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'bootloader/main-e200r-installer.c') diff --git a/bootloader/main-e200r-installer.c b/bootloader/main-e200r-installer.c index 178a03b42e..dca34ec699 100644 --- a/bootloader/main-e200r-installer.c +++ b/bootloader/main-e200r-installer.c @@ -94,8 +94,6 @@ void* main(void) char sector[512]; struct partinfo* pinfo; - chksum_crc32gentab (); - system_init(); kernel_init(); lcd_init(); -- cgit v1.2.3