diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2011-01-23 20:21:35 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2011-01-23 20:21:35 +0000 |
commit | 480c663e5b67d521f3e062fb90d10c7c5c186280 (patch) | |
tree | 688d19071afa676814b981e9338f3677f6556f3b /bootloader/gigabeat-s.c | |
parent | 264e27d5b069104137587ba08cbae3ef301a850d (diff) |
i.MX31: Now that it matters because there's a debug screeen that allows changing things while running, some DVFS/DPTC stuff has to be done more carefully. Trim out some stuff and group functions better as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29122 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/gigabeat-s.c')
-rw-r--r-- | bootloader/gigabeat-s.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bootloader/gigabeat-s.c b/bootloader/gigabeat-s.c index 06f675644c..2500496fd4 100644 --- a/bootloader/gigabeat-s.c +++ b/bootloader/gigabeat-s.c @@ -341,8 +341,6 @@ void main(void) system_init(); kernel_init(); - enable_interrupt(IRQ_FIQ_STATUS); - /* Keep button_device_init early to delay calls to button_read_device */ button_init_device(); |