diff options
Diffstat (limited to 'board/voiceblue/eeprom_start.S')
-rw-r--r-- | board/voiceblue/eeprom_start.S | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/board/voiceblue/eeprom_start.S b/board/voiceblue/eeprom_start.S index 16354f7..8f88de5 100644 --- a/board/voiceblue/eeprom_start.S +++ b/board/voiceblue/eeprom_start.S @@ -7,6 +7,5 @@ * */ -.globl _start -_start: b eeprom - +.globl _start +_start: b eeprom |