summaryrefslogtreecommitdiff
path: root/bootloader/iriver_h1x0.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/iriver_h1x0.c')
-rw-r--r--bootloader/iriver_h1x0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/iriver_h1x0.c b/bootloader/iriver_h1x0.c
index 6b3527be7a..4be92eb4ac 100644
--- a/bootloader/iriver_h1x0.c
+++ b/bootloader/iriver_h1x0.c
@@ -435,7 +435,7 @@ void main(void)
435 coldfire_set_pllcr_audio_bits(DEFAULT_PLLCR_AUDIO_BITS); 435 coldfire_set_pllcr_audio_bits(DEFAULT_PLLCR_AUDIO_BITS);
436#endif 436#endif
437#endif 437#endif
438 set_irq_level(0); 438 enable_irq();
439 439
440#ifdef HAVE_EEPROM_SETTINGS 440#ifdef HAVE_EEPROM_SETTINGS
441 initialize_eeprom(); 441 initialize_eeprom();