diff options
author | Pali Rohár <pali@kernel.org> | 2022-11-06 23:07:22 +0100 |
---|---|---|
committer | Pali Rohár <pali@kernel.org> | 2022-11-07 19:57:01 +0100 |
commit | de89b2828e4f8ad1467ca3e981b81d2b47e1e288 (patch) | |
tree | bcabbbbe4ede48016c3214bb5494675ed7a8c371 /docs | |
parent | 54b3fc63e408ebe3cc79887886df9f9d4c3ecd4d (diff) | |
download | arm-trusted-firmware-de89b2828e4f8ad1467ca3e981b81d2b47e1e288.tar.gz |
docs(marvell): fix typo 8K => A8K
It is Armada 80x0, hence A8K (like A7K).
Change-Id: I4888b472204ecd19bfe9b8c89adaa1a99b01dd5f
Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plat/marvell/armada/build.rst | 8 | ||||
-rw-r--r-- | docs/plat/marvell/armada/uart-booting.rst | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/plat/marvell/armada/build.rst b/docs/plat/marvell/armada/build.rst index adb960312..0f627dfc4 100644 --- a/docs/plat/marvell/armada/build.rst +++ b/docs/plat/marvell/armada/build.rst @@ -26,7 +26,7 @@ BL33 should be ``~/project/u-boot/u-boot.bin`` *u-boot.bin* should be used and not *u-boot-spl.bin* -Set MSS/SCP image path (mandatory only for A7K/8K/CN913x when MSS_SUPPORT=1) +Set MSS/SCP image path (mandatory only for A7K/A8K/CN913x when MSS_SUPPORT=1) .. code:: shell @@ -109,7 +109,7 @@ There are several build options: - MV_DDR_PATH This parameter is required for ``mrvl_flash`` and ``mrvl_uart`` targets. - For A7K/8K/CN913x it is used for BLE build and for Armada37x0 it used + For A7K/A8K/CN913x it is used for BLE build and for Armada37x0 it used for ddr_tool build. Specify path to the full checkout of Marvell mv-ddr-marvell git @@ -131,7 +131,7 @@ CN913x specific build options: values with CP_NUM are in a range of 1 to 3. -A7K/8K/CN913x specific build options: +A7K/A8K/CN913x specific build options: - BLE_PATH @@ -387,7 +387,7 @@ Special Build Flags - PLAT_RECOVERY_IMAGE_ENABLE When set this option to enable secondary recovery function when build atf. In order to build UART recovery image this operation should be disabled for - A7K/8K/CN913x because of hardware limitation (boot from secondary image + A7K/A8K/CN913x because of hardware limitation (boot from secondary image can interrupt UART recovery process). This MACRO definition is set in ``plat/marvell/armada/a8k/common/include/platform_def.h`` file. diff --git a/docs/plat/marvell/armada/uart-booting.rst b/docs/plat/marvell/armada/uart-booting.rst index 06601d136..04ce46485 100644 --- a/docs/plat/marvell/armada/uart-booting.rst +++ b/docs/plat/marvell/armada/uart-booting.rst @@ -79,10 +79,10 @@ not loose any boot output. It also prints boot output which is sent either by im bootrom during transferring of image files. This mini terminal can be quit by CTRL-\\ + C keypress. -A7K/8K/CN913x UART image downloading ------------------------------------- +A7K/A8K/CN913x UART image downloading +------------------------------------- -A7K/8K/CN913x uses same image ``flash-image.bin`` for both flashing and booting over UART. +A7K/A8K/CN913x uses same image ``flash-image.bin`` for both flashing and booting over UART. For downloading image over UART it is possible to use mvebu64boot tool. Compilation: |