Skip to content

Commit 7327293

Browse files
DhruvaG2000jeevantelukula
authored andcommitted
fix(TF-A): Remove the old way of building TF-A for SYSTEM_SUSPEND
TF-A no longer has any K3_PM_SYSTEM_SUSPEND option, hence this step is no longer relevant. Signed-off-by: Dhruva Gole <[email protected]>
1 parent 240d34b commit 7327293

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

source/linux/Foundational_Components_ATF.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,8 @@ Where <hash> is the commit shown here: :ref:`tf-a-release-notes`.
4242

4343
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62AX', 'AM62PX', 'AM64X', 'J722S')
4444

45-
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62AX', 'AM62PX', 'J722S')
46-
47-
*With Low Power Modes enabled (default):*
48-
49-
.. code-block:: console
50-
51-
$ export TFA_DIR=<path-to-arm-trusted-firmware>
52-
$ cd $TFA_DIR
53-
$ make ARCH=aarch64 CROSS_COMPILE="$CROSS_COMPILE_64" PLAT=k3 K3_PM_SYSTEM_SUSPEND=1 TARGET_BOARD=lite SPD=opteed
54-
5545
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62AX', 'AM62PX', 'AM64X', 'J722S')
5646

57-
*Without Low Power Modes enabled:*
58-
5947
.. code-block:: console
6048
6149
$ export TFA_DIR=<path-to-arm-trusted-firmware>

0 commit comments

Comments
 (0)