From 65e93cbe392a8f56a018a816ffde93a47aeb40a4 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Sat, 19 Aug 2017 01:52:06 +0200 Subject: [PATCH] Remove unnecessary padding around arm9.bin to fit into 64KB (current size is 30KB) --- boot9strap.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot9strap.s b/boot9strap.s index 07af1a6..58b8967 100644 --- a/boot9strap.s +++ b/boot9strap.s @@ -115,7 +115,7 @@ ldr pc, [pc, #-0x4] .area 0x10000 .incbin "stage2/arm9/out/arm9.bin" .endarea -.align 0x10000 +.align 0x200 .close ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;