1
0
Fork 0
forked from len0rd/rockbox

mkamsboot : remove a misleading comment (we only use IRAM)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21028 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2009-05-22 10:44:03 +00:00
parent 522aa2e6c9
commit f2c07a6b8a

View file

@ -21,10 +21,7 @@
.text
/* This is the size of the Clip's RAM, but there is nothing to be gained
(at the moment) by making use of the larger RAM of other targets */
.set DRAM_SIZE, 0x50000
.set IRAM_SIZE, 0x50000
.set GPIOA, 0xC80B0000
.set GPIOB, 0xC80C0000
@ -60,7 +57,7 @@ start:
ldr r1, uclunpack_size /* Source length */
sub r2, r0, r1 /* Source start - 1*/
ldr r3, =(DRAM_SIZE-1) /* Destination end */
ldr r3, =(IRAM_SIZE-1) /* Destination end */
uclcopy:
ldrb r4, [r0], #-1