Skip to content

Commit

Permalink
Merge pull request #15 from jriwanek/patch-1
Browse files Browse the repository at this point in the history
Update dumpbootrom to support the 64kb bootroms found on later models
  • Loading branch information
hermanhermitage authored Feb 20, 2019
2 parents 8b42b93 + c0a5623 commit 51be3e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dumpbootrom/dumpbootrom.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion dumpbootrom/dumpbootrom.s
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
bl(init_uart);

movi(r0, 0x60000000);
movi(r1, 0x60008000);
movi(r1, 0x60010000);
bl(hexdump);

declare(loop);
Expand Down

0 comments on commit 51be3e2

Please sign in to comment.