summaryrefslogtreecommitdiff
path: root/firmware/target/arm/olympus/mrobe-500/crt0.S
diff options
context:
space:
mode:
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 *