doc: Fixed consistency of MCUboot
Fixed the consistency of the case used in the term MCUboot.
Signed-off-by: Francesco Servidio <francesco.servidio@nordicsemi.no>
diff --git a/docs/ecdsa.md b/docs/ecdsa.md
index e60c7aa..18ba0cf 100644
--- a/docs/ecdsa.md
+++ b/docs/ecdsa.md
@@ -15,7 +15,7 @@
1. Use a reversible padding scheme. This will work, but requires
at least one pad byte always be added (to set the length). This
padding would be somewhat incompatible across versions (older
- EC256 would work, newer mcuboot code would reject old
+ EC256 would work, newer MCUboot code would reject old
signatures. EC code would only reliably work in the new
combination).
@@ -60,7 +60,7 @@
The signature generation in the simulator can be changed at the same
time the boot code begins to accept unpadded signatures. The sim is
-always run out of the same tree as the mcuboot code, so there should
+always run out of the same tree as the MCUboot code, so there should
not be any compatibility issues.
## Background