Fix some of the bugs

This commit is contained in:
TuxSH
2018-05-26 12:25:24 +02:00
parent a65f7fbf88
commit f3b2a6c30d
7 changed files with 7 additions and 33 deletions

View File

@@ -22,7 +22,7 @@ $(NAME)$(REVISION).zip: boot.firm exception_dump_parser
boot.firm: $(SUBFOLDERS)
@firmtool build $@ -D sysmodules/sysmodules.bin arm11/arm11.elf arm9/arm9.elf k11_extension/k11_extension.elf \
-A 0x18180000 0x18000000 -C XDMA XDMA NDMA XDMA
-A 0x18180000 -C XDMA XDMA NDMA XDMA
@echo built... $(notdir $@)
$(SUBFOLDERS):