summaryrefslogtreecommitdiff
path: root/board/voiceblue/eeprom_start.S
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-12 23:36:08 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-12 23:36:08 +0200
commit50814844e4a6a6818aaaa246e4639d5eb044ef22 (patch)
tree31ea46c77556b796472414f6d182aee2de7913c6 /board/voiceblue/eeprom_start.S
parent396387ab8ddb7ef37e2415f0a9dc8c4f8640a32e (diff)
Add forgotten new fils from latest VoiceBlue update
Diffstat (limited to 'board/voiceblue/eeprom_start.S')
-rw-r--r--board/voiceblue/eeprom_start.S12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/voiceblue/eeprom_start.S b/board/voiceblue/eeprom_start.S
new file mode 100644
index 00000000000..16354f7ccce
--- /dev/null
+++ b/board/voiceblue/eeprom_start.S
@@ -0,0 +1,12 @@
+/*
+ * Copyright (c) 2005 2N Telekomunikace
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * version 2 as published by the Free Software Foundation.
+ *
+ */
+
+.globl _start
+_start: b eeprom
+