summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/sansa_as3525.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootloader/sansa_as3525.c b/bootloader/sansa_as3525.c
index 9906991..3eb6159 100644
--- a/bootloader/sansa_as3525.c
+++ b/bootloader/sansa_as3525.c
@@ -122,11 +122,10 @@ void main(void)
if(ret < 0)
error(EBOOTFILE, ret);
- disable_irq(); /* disable irq until we have copied the new vectors */
-
if (ret == EOK)
{
kernel_entry = (void*) loadbuffer;
+ cpucache_invalidate();
printf("Executing");
kernel_entry();
printf("ERR: Failed to boot");