summaryrefslogtreecommitdiffstats
path: root/bootloader/main-e200r-installer.c
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2014-07-04 08:39:56 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2014-07-07 12:54:50 +0200
commite557951c94c1efa769900257e466900f0ffeb53b (patch)
tree69e8da62ebf37cab704fe7357a461c173abd542b /bootloader/main-e200r-installer.c
parentd188661d4c69443523f994eb2d5b96e188086d3d (diff)
downloadrockbox-e557951c94c1efa769900257e466900f0ffeb53b.tar.gz
rockbox-e557951c94c1efa769900257e466900f0ffeb53b.zip
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 <sebastian.leonhardt@web.de> Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
Diffstat (limited to 'bootloader/main-e200r-installer.c')
-rw-r--r--bootloader/main-e200r-installer.c2
1 files changed, 0 insertions, 2 deletions
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();