summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2010-03-11 18:08:28 +0000
committerMichael Sparmann <theseven@rockbox.org>2010-03-11 18:08:28 +0000
commite39b653947ac8acfa89f1e02541570925eaf5593 (patch)
tree74e24d2171c3a484ab3360aa7838394479d12f21 /firmware
parent1fd57a2a87b625d00d16916532f61392d0e9f84f (diff)
downloadrockbox-e39b653947ac8acfa89f1e02541570925eaf5593.tar.gz
rockbox-e39b653947ac8acfa89f1e02541570925eaf5593.zip
Fix Nano2G rolo once again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25117 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/s5l8700/mmu-s5l8700.S6
1 files 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 @@
27 * Cleans entire DCache 27 * Cleans entire DCache
28 * void clean_dcache(void); 28 * void clean_dcache(void);
29 */ 29 */
30 .section .text, "ax", %progbits 30 .section .icode, "ax", %progbits
31 .align 2 31 .align 2
32 .global clean_dcache 32 .global clean_dcache
33 .type clean_dcache, %function 33 .type clean_dcache, %function
@@ -55,7 +55,7 @@ cpucache_flush:
55 * will do writeback 55 * will do writeback
56 * void invalidate_dcache(void); 56 * void invalidate_dcache(void);
57 */ 57 */
58 .section .text, "ax", %progbits 58 .section .icode, "ax", %progbits
59 .align 2 59 .align 2
60 .global invalidate_dcache 60 .global invalidate_dcache
61 .type invalidate_dcache, %function 61 .type invalidate_dcache, %function
@@ -81,7 +81,7 @@ invalidate_dcache:
81 * will do writeback 81 * will do writeback
82 * void invalidate_idcache(void); 82 * void invalidate_idcache(void);
83 */ 83 */
84 .section .text, "ax", %progbits 84 .section .icode, "ax", %progbits
85 .align 2 85 .align 2
86 .global invalidate_idcache 86 .global invalidate_idcache
87 .type invalidate_idcache, %function 87 .type invalidate_idcache, %function