@@ -28,7 +28,7 @@ General Information
2828
2929 Getting the BL1 Source Code
3030 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
31- AM62L devices use TF-A BL1 boot loader to configure LPDDR4 to
31+ AM62L devices use TF-A BL1 boot loader to configure LPDDR4 to
3232 enable secondary program loader.
3333 The easiest way to get access to the BL1 source code is by
3434 downloading and installing the Processor SDK Linux. Once installed,
@@ -39,7 +39,7 @@ General Information
3939 Alternatively, BL1 sources can directly be fetched from GIThub. The GIT
4040 repo URL, branch and commit id can be found in the :ref: `u-boot-release-notes `
4141 section of the release notes.
42-
42+
4343 .. _Build-BL1-label :
4444
4545 Build BL1
@@ -49,22 +49,22 @@ General Information
4949 TF-A tree unless otherwise specified. The root of the TF-A tree is
5050 the top-level directory and can be identified by looking for the
5151 "licenses" directory.
52-
52+
5353 .. rubric :: Setting up the toolchain paths
5454
5555 .. include :: ../../Overview/GCC_ToolChain.rst
5656 :start-after: .. start_include_yocto_toolchain_host_setup
5757 :end-before: .. end_include_yocto_toolchain_host_setup
58-
58+
5959 .. code-block :: console
6060
6161 $ cd <path to tf-a dir>
6262
63- $ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3 TARGET_BOARD=am62l am62l_bl1
63+ $ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3 TARGET_BOARD=am62l am62l_bl1
64+
65+ <or to build bl1 and bl31 binaries from TF-A repo>
6466
65- <or to build bl1 and bl31 binaries from TF-A repo>
66-
67- $ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3 TARGET_BOARD=am62l
67+ $ make CROSS_COMPILE="$CROSS_COMPILE_64" ARCH=aarch64 PLAT=k3 TARGET_BOARD=am62l
6868
6969Getting the U-Boot Source Code
7070^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments