From 3c65d2b17f3f76e22629d1e78c2897d2840ad67f Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 11 Oct 2008 13:11:47 +0000 Subject: Fix another bug in dualboot.S, add Rafael Carre as the (C) holder of dualboot.S (most of the code there is his) and use the standard Rockbox header in mkamsboot.c. This code is still untested on target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18771 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/mkamsboot/dualboot.S | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'rbutil/mkamsboot/dualboot.S') diff --git a/rbutil/mkamsboot/dualboot.S b/rbutil/mkamsboot/dualboot.S index c8d2dd7d9f..8a1caa6f63 100644 --- a/rbutil/mkamsboot/dualboot.S +++ b/rbutil/mkamsboot/dualboot.S @@ -1,3 +1,24 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id:$ + * + * Copyright (C) 2008 Rafaël Carré + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + .text /* This is the size of the Clip's RAM, but there is nothing to be gained @@ -47,7 +68,7 @@ uclcopy: cmp r2, r0 bne uclcopy - add r5, r2, #2 /* r5 is entry point of copy of uclunpack */ + add r5, r3, #2 /* r5 is entry point of copy of uclunpack */ /* function, plus one (for thumb mode */ /* enable gpio clock */ -- cgit