Skip to content

Commit

Permalink
Remove unnecessary padding around arm9.bin to fit into 64KB
Browse files Browse the repository at this point in the history
(current size is 30KB)
  • Loading branch information
TuxSH committed Aug 18, 2017
1 parent d68dccb commit 65e93cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot9strap.s
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ldr pc, [pc, #-0x4]
.area 0x10000
.incbin "stage2/arm9/out/arm9.bin"
.endarea
.align 0x10000
.align 0x200

.close
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down

0 comments on commit 65e93cb

Please sign in to comment.