carl9170: Update to latest upstream
[linux-libre-firmware.git] / carl9170fw / carlfw / src / reboot.S
1         .globl _jump_to_bootcode
2         .type  _jump_to_bootcode, @function
3         _jump_to_bootcode:
4                 mov.l stack_start, r0
5                 mov.l @r0, sp
6                 mov.l eeprom_start, r0
7                 mov.l @r0, r0
8                 jmp @r0
9         .align 4
10 stack_start:    .long 0x00000004
11 eeprom_start:   .long 0x00000000