Fix bug in bootrom.bin target

This commit is contained in:
Philippe Teuwen
2026-08-19 22:18:48 +02:00
parent fbfe53d0bb
commit 4da4eb706a
+1 -1
View File
@@ -27,7 +27,7 @@ bootrom.bin: ../bootrom/obj/bootrom.elf
ifeq ($(PLATFORM),PM5)
$(info [=] GENA $@)
$(Q)$(CROSS_OBJCOPY) --gap-fill=0xff --pad-to 0x08004000 -O binary $^ $@
else:
else
$(info [=] GENB $@)
$(Q)$(CROSS_OBJCOPY) --gap-fill=0xff --pad-to 0x00104000 -O binary $^ $@
endif