Platform: Remove Musca_A platform code (Deprecation)
This patch removes Musca A board from platform
code-base and documentation.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
Change-Id: I8479a18faa769e112792830c9e64127e72843aaa
diff --git a/docs/getting_started/tfm_user_guide.rst b/docs/getting_started/tfm_user_guide.rst
index 1a2de50..55648f4 100644
--- a/docs/getting_started/tfm_user_guide.rst
+++ b/docs/getting_started/tfm_user_guide.rst
@@ -233,16 +233,6 @@
#. Create a unified hex file comprising of both ``bl2.bin`` and
``tfm_s_ns_signed.bin``.
- - For Musca-A
-
- - Windows::
-
- srec_cat.exe bin\bl2.bin -Binary -offset 0x200000 bin\tfm_s_ns_signed.bin -Binary -offset 0x220000 -o tfm.hex -Intel
-
- - Linux::
-
- srec_cat bin/bl2.bin -Binary -offset 0x200000 bin/tfm_s_ns_signed.bin -Binary -offset 0x220000 -o tfm.hex -Intel
-
- For Musca-B1
- Windows::
@@ -398,12 +388,7 @@
Another way this can be achieved is by using ``srec_cat`` with the ``-fill``
parameter to fill the corresponding area in the binary with the erase value
- of the flash (``0xFF``). For example, for Musca-A the command for
- concatenating the ``bl2`` and ``tfm_s_ns_signed`` binaries would become::
-
- srec_cat bin/bl2.bin -Binary -offset 0x200000 \
- bin/tfm_s_ns_signed.bin -Binary -offset 0x220000 \
- -fill 0xFF 0x420000 0x425000 -o tfm.hex -Intel
+ of the flash (``0xFF``).
Refer to the platform flash layout for appropriate addresses to erase on
other platforms.