From e39b653947ac8acfa89f1e02541570925eaf5593 Mon Sep 17 00:00:00 2001 From: Michael Sparmann Date: Thu, 11 Mar 2010 18:08:28 +0000 Subject: [PATCH] Fix Nano2G rolo once again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25117 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/s5l8700/mmu-s5l8700.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/target/arm/s5l8700/mmu-s5l8700.S b/firmware/target/arm/s5l8700/mmu-s5l8700.S index d6098a8593..f2795d56eb 100644 --- a/firmware/target/arm/s5l8700/mmu-s5l8700.S +++ b/firmware/target/arm/s5l8700/mmu-s5l8700.S @@ -27,7 +27,7 @@ * Cleans entire DCache * void clean_dcache(void); */ - .section .text, "ax", %progbits + .section .icode, "ax", %progbits .align 2 .global clean_dcache .type clean_dcache, %function @@ -55,7 +55,7 @@ cpucache_flush: * will do writeback * void invalidate_dcache(void); */ - .section .text, "ax", %progbits + .section .icode, "ax", %progbits .align 2 .global invalidate_dcache .type invalidate_dcache, %function @@ -81,7 +81,7 @@ invalidate_dcache: * will do writeback * void invalidate_idcache(void); */ - .section .text, "ax", %progbits + .section .icode, "ax", %progbits .align 2 .global invalidate_idcache .type invalidate_idcache, %function