diff options
Diffstat (limited to 'apps/codecs/libmad/synth_full_arm.S')
-rw-r--r-- | apps/codecs/libmad/synth_full_arm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmad/synth_full_arm.S b/apps/codecs/libmad/synth_full_arm.S index b880a7b3c6..3e81f77ec9 100644 --- a/apps/codecs/libmad/synth_full_arm.S +++ b/apps/codecs/libmad/synth_full_arm.S @@ -21,7 +21,7 @@ /* This performs slower in IRAM on PP502x and there is no space in mpegplayer on the PP5002 */ -#if defined(CPU_PP502x) || (CONFIG_CPU == PP5002 && defined(MPEGPLAYER)) +#if defined(CPU_PP502x) || (CONFIG_CPU == PP5002 && defined(MPEGPLAYER)) || defined(TOSHIBA_GIGABEAT_F) .section .text,"ax",%progbits #else .section .icode,"ax",%progbits |