]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
docs: Remove deprecated information
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Thu, 8 Oct 2020 01:21:20 +0000 (02:21 +0100)
committerManish V Badarkhe <manish.badarkhe@arm.com>
Fri, 16 Oct 2020 15:10:09 +0000 (15:10 +0000)
There are no references to AARCH32, AARCH64 and
__ASSEMBLY__ macros in the TF-A code hence
removed the deprecated information mentioning about
these macros in the document.

Change-Id: I472ab985ca2e4173bae23ff7b4465a9b60bc82eb
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
docs/about/release-information.rst

index d6f8de85d45796cfc87946c333c45e2cbc6025e0..55c8bdaf432a95d24f8fd5ac2735ce6e24e1535c 100644 (file)
@@ -59,9 +59,7 @@ Release version after which it will be removed.
 |                                | Date        | after   |                                                         |
 |                                |             | Release |                                                         |
 +================================+=============+=========+=========================================================+
-| ``AARCH32``/``AARCH64`` macros | Oct '19     | v2.3    | Deprecated in favor of ``__aarch64__``                  |
-+--------------------------------+-------------+---------+---------------------------------------------------------+
-| ``__ASSEMBLY__`` macro         | Oct '19     | v2.3    | Deprecated in favor of ``__ASSEMBLER__``                |
+|                                |             |         |                                                         |
 +--------------------------------+-------------+---------+---------------------------------------------------------+
 
 --------------