Skip to content

Commit

Permalink
Update dump_bootrom_uart.S
Browse files Browse the repository at this point in the history
  • Loading branch information
Pro-me3us authored May 25, 2022
1 parent 20d7b89 commit 49b3603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payloads/dump_bootrom_uart.S
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ _dump:
bne _dump
ret

_uart_putc: .dword 0xffff32f0
_uart_putc: .dword 0xffff25f4 //previously 0xffff32f0 for s905d3
_addr: .dword 0xFFFF0000
_watchdog_rst: .dword 0xFFD0F0DC

0 comments on commit 49b3603

Please sign in to comment.