Replace flash partitioning terminology
This change replaces the slot 0/1 terminology with primary/secondary
slot and replaces FLASH_AREA_IMAGE_0/1 with
FLASH_AREA_IMAGE_PRIMARY/SECONDARY. This naming convention may be more
understandable, fits better to MCUs with multiple images and it is an
architecture agnostic alternative as well.
Change-Id: I655a585f6ae023852c671ee6635399efe25209c9
Signed-off-by: David Vincze <david.vincze@arm.com>
Signed-off-by: David Brown <david.brown@linaro.org>
diff --git a/testplan/mynewt/Makefile b/testplan/mynewt/Makefile
index c981073..86e7b9c 100644
--- a/testplan/mynewt/Makefile
+++ b/testplan/mynewt/Makefile
@@ -25,22 +25,22 @@
all: build-apps build-mcuboot
build-blinky:
- @echo "* Building blinky for slot 0... \c"
+ @echo "* Building blinky for the primary slot... \c"
@newt build -q $(BLINKY)
@echo "ok"
build-blinky2:
- @echo "* Building blinky2 for slot 1... \c"
+ @echo "* Building blinky2 for the secondary slot... \c"
@newt build -q $(BLINKY2)
@echo "ok"
build-slinky:
- @echo "* Building slinky for slot 0... \c"
+ @echo "* Building slinky for the primary slot... \c"
@newt build -q $(SLINKY)
@echo "ok"
build-slinky2:
- @echo "* Building slinky2 for slot 1... \c"
+ @echo "* Building slinky2 for the secondary slot... \c"
@newt build -q $(SLINKY2)
@echo "ok"
@@ -71,7 +71,7 @@
@echo "ok"
build-boot-rsa-validate0:
- @echo "* Building mcuboot with slot 0 validation... \c"
+ @echo "* Building mcuboot with primary slot validation... \c"
@newt build -q $(BOOT_RSA_VALIDATE0)
@echo "ok"