Skip to content

Commit

Permalink
Merge pull request #27 from babboys/main
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Feb 23, 2024
2 parents d1a83fe + 54643f9 commit 3cbc546
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion board/tinyvision/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

_start:
/* Boot head information for BROM */
.long 0xea000016
.long 0xea00000e
.byte 'e', 'G', 'O', 'N', '.', 'B', 'T', '0'
.long 0x12345678 /* checksum */
.long __spl_size /* spl size */
Expand All @@ -80,6 +80,7 @@ _start:
.long 0x0 /* eGON version */
.byte 0x00, 0x00, 0x00, 0x00 /* platform information - 8byte */
.byte 0x34, 0x2e, 0x30, 0x00
.long 0, 0, 0, 0 /* reserve */

.align 5
_vector:
Expand Down
3 changes: 2 additions & 1 deletion board/yuzukilizard/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

_start:
/* Boot head information for BROM */
.long 0xea000016
.long 0xea00000e
.byte 'e', 'G', 'O', 'N', '.', 'B', 'T', '0'
.long 0x12345678 /* checksum */
.long __spl_size /* spl size */
Expand All @@ -80,6 +80,7 @@ _start:
.long 0x0 /* eGON version */
.byte 0x00, 0x00, 0x00, 0x00 /* platform information - 8byte */
.byte 0x34, 0x2e, 0x30, 0x00
.long 0, 0, 0, 0 /* reserve */

.align 5
_vector:
Expand Down

0 comments on commit 3cbc546

Please sign in to comment.