From f2c07a6b8a50bf41c97d1e8e17f88827a00d34a6 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Fri, 22 May 2009 10:44:03 +0000 Subject: mkamsboot : remove a misleading comment (we only use IRAM) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21028 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/mkamsboot/dualboot.S | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/rbutil/mkamsboot/dualboot.S b/rbutil/mkamsboot/dualboot.S index 3b744f87df..313627d307 100644 --- a/rbutil/mkamsboot/dualboot.S +++ b/rbutil/mkamsboot/dualboot.S @@ -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 -- cgit v1.2.3