Skip to content

Commit ef2911c

Browse files
Neha Malcom Franciscshilwant
authored andcommitted
fix(TFA): Fix build instruction for J722S
TARGET_BOARD is always "lite" and not "generic" when building for J722S. Remove the wrong build instruction that also gets built. Reported-by: Keerthy <[email protected]> Signed-off-by: Neha Malcom Francis <[email protected]>
1 parent 607aa50 commit ef2911c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/linux/Foundational_Components_ATF.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Where <hash> is the commit shown here: :ref:`tf-a-release-notes`.
8282
8383
$ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3 TARGET_BOARD=j784s4 SPD=opteed K3_USART=0x8
8484
85-
.. ifconfig:: CONFIG_part_variant not in ('AM64X', 'AM62X', 'AM62LX', 'AM62AX', 'AM62PX', 'J721S2', 'J784S4','J742S2')
85+
.. ifconfig:: CONFIG_part_variant not in ('AM64X', 'AM62X', 'AM62LX', 'AM62AX', 'AM62PX', 'J721S2', 'J784S4', 'J742S2', 'J722S')
8686

8787
.. code-block:: console
8888

0 commit comments

Comments
 (0)