summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/descramble.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/descramble.S b/firmware/descramble.S
index ccde5d0e0a..e124f0ceff 100644
--- a/firmware/descramble.S
+++ b/firmware/descramble.S
@@ -19,11 +19,11 @@
19 19
20 .section .icode,"ax",@progbits 20 .section .icode,"ax",@progbits
21 21
22 .align 4 22 .align 2 /* this aligns to 2^2=4 byte bounday */
23 .global _descramble 23 .global _descramble
24 .type _descramble,@function 24 .type _descramble,@function
25 25
26/* Descramble a block of byte data, from source to dest, processing len 26/* Descramble a block of byte data, from source to dest, processing len
27 * bytes. Size only limited by the len argument. Note that len must 27 * bytes. Size only limited by the len argument. Note that len must
28 * be an even multiple of 4 (something rolo_load() already assumes. 28 * be an even multiple of 4 (something rolo_load() already assumes.
29 * (Does the Archos firmware loader also require that?). 29 * (Does the Archos firmware loader also require that?).