summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/image/lzma-loader/src/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/adm5120/image/lzma-loader/src/head.S')
-rw-r--r--target/linux/adm5120/image/lzma-loader/src/head.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/adm5120/image/lzma-loader/src/head.S b/target/linux/adm5120/image/lzma-loader/src/head.S
index 329f437382..9f82fabdc2 100644
--- a/target/linux/adm5120/image/lzma-loader/src/head.S
+++ b/target/linux/adm5120/image/lzma-loader/src/head.S
@@ -195,10 +195,10 @@ noic:
sw a2, 8(sp)
sw a3, 12(sp)
#endif
- sw s3, 16(sp) /* icache line size */
- sw s4, 20(sp) /* icache size */
- sw s1, 24(sp) /* dcache line size */
- sw s2, 28(sp) /* dcache size */
+ sw s4, 16(sp) /* icache size */
+ sw s3, 20(sp) /* icache line size */
+ sw s2, 24(sp) /* dcache size */
+ sw s1, 28(sp) /* dcache line size */
/* jump to the decompressor routine */
la t0, decompress_entry