mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-08-28 18:08:19 +00:00
Fix bug in bootrom.bin target
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user