We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b607b47 commit 066556dCopy full SHA for 066556d
Makefile.mk
@@ -1354,8 +1354,16 @@ ifneq ($(CONFIG_REDUNDANT_BOOTBLOCK),)
1354
printf " INIT TOPSWAP\n"
1355
$(CBFSTOOL) $@.tmp add-master-header -r TOPSWAP
1356
endif
1357
+ifneq ($(CONFIG_REDUNDANT_BOOTBLOCK),)
1358
+ printf " BOOTBLOCK (Slot A)\n"
1359
+ $(CBFSTOOL) $@.tmp add -r BOOTBLOCK \
1360
+ -f $(objcbfs)/bootblock.bin \
1361
+ -n bootblock \
1362
+ -t bootblock
1363
+else
1364
printf " BOOTBLOCK\n"
1365
$(call add_bootblock,$@.tmp,$(objcbfs)/bootblock.bin)
1366
+endif
1367
ifneq ($(CONFIG_REDUNDANT_BOOTBLOCK),)
1368
printf " TOPSWAP BB\n"
1369
$(CBFSTOOL) $@.tmp add -r TOPSWAP \
0 commit comments