summaryrefslogtreecommitdiff
path: root/firmware/target/arm/olympus/mrobe-500/crt0.S
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2007-09-22 15:43:38 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2007-09-22 15:43:38 +0000
commitbebbac888802b9f64f418a63302b98ce87c76ca9 (patch)
tree2eb83db75f9774033a626804192e4869d78b7a2e /firmware/target/arm/olympus/mrobe-500/crt0.S
parentd331d00a2d18654ff5ea493adb194fc4a8aa5976 (diff)
downloadrockbox-bebbac888802b9f64f418a63302b98ce87c76ca9.tar.gz
rockbox-bebbac888802b9f64f418a63302b98ce87c76ca9.zip
Make sure that SVN keywords are set properly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14817 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/olympus/mrobe-500/crt0.S')
-rwxr-xr-xfirmware/target/arm/olympus/mrobe-500/crt0.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/target/arm/olympus/mrobe-500/crt0.S b/firmware/target/arm/olympus/mrobe-500/crt0.S
index cf6d02a99c..672e917cc8 100755
--- a/firmware/target/arm/olympus/mrobe-500/crt0.S
+++ b/firmware/target/arm/olympus/mrobe-500/crt0.S
@@ -9,6 +9,11 @@
9 * 9 *
10 * Copyright (C) 2002 by Linus Nielsen Feltzing 10 * Copyright (C) 2002 by Linus Nielsen Feltzing
11 * 11 *
12 * Arm bootloader and startup code based on startup.s from the iPodLinux loader
13 *
14 * Copyright (c) 2003, Daniel Palffy (dpalffy (at) rainstorm.org)
15 * Copyright (c) 2005, Bernard Leach <leachbj@bouncycastle.org>
16 *
12 * All files in this archive are subject to the GNU General Public License. 17 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 18 * See the file COPYING in the source tree root for full license agreement.
14 * 19 *