From 30c3382a48904b4620d6803ea55f615748b5c231 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Wed, 2 Dec 2009 04:30:08 +0000 Subject: M:Robe 500: Improve audio DMA shutdown for Pause/Stop and significantly reduce the size of the DSP code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23817 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/tms320dm320/dsp/vectors.asm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'firmware/target/arm/tms320dm320/dsp/vectors.asm') diff --git a/firmware/target/arm/tms320dm320/dsp/vectors.asm b/firmware/target/arm/tms320dm320/dsp/vectors.asm index 1551d996fc..98d1409cb3 100644 --- a/firmware/target/arm/tms320dm320/dsp/vectors.asm +++ b/firmware/target/arm/tms320dm320/dsp/vectors.asm @@ -27,13 +27,17 @@ ; External Functions .global _handle_int0 - .global _c_int00 + .global _main .global _handle_dma0 .global _handle_dmac .sect ".vectors" ; Reset Interrupt -RS_V: BD _c_int00 +; The rtx500.lib should be included if you want proper initialization, +; currently the program is setup so that it is not necessary to save space. +; reset vector should jump to _c_int00 instead of main if initialization is +; needed. +RS_V: BD _main NOP NOP -- cgit v1.2.3