From b8801e3d6827eaa6f2a98b1bbac7c8f1e27c97b4 Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Thu, 13 Jun 2024 07:04:06 -0400 Subject: [PATCH] Fix broken refs in board flashing instructions Missing whitespace was causing internal doc links to not be rendered into html for some of the imx flashing instructions. QA Steps: checked rendered output, no issues spotted. No related ticket, minor fix Signed-off-by: Katrina Prosise --- source/reference-manual/boards/imx6ull.rst | 2 +- source/reference-manual/boards/imx8mp.rst | 4 ++-- source/reference-manual/boards/imx8mq.rst | 2 +- .../reference-manual/boards/secure-boot-pre-flash-note.rst | 5 ++--- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/source/reference-manual/boards/imx6ull.rst b/source/reference-manual/boards/imx6ull.rst index 635fb6bfb..8f03e0f9d 100644 --- a/source/reference-manual/boards/imx6ull.rst +++ b/source/reference-manual/boards/imx6ull.rst @@ -64,7 +64,7 @@ i.MX 6ULL Evaluation Kit .. |secure_boot_pre_flash_note| replace:: For instructions on how to sign the required images before flashing them to the board with secure boot enabled, - see:ref:`ref-secure-machines`. + see :ref:`ref-secure-machines`. Pre-Preparation --------------- diff --git a/source/reference-manual/boards/imx8mp.rst b/source/reference-manual/boards/imx8mp.rst index be271d91a..9ac00e01c 100644 --- a/source/reference-manual/boards/imx8mp.rst +++ b/source/reference-manual/boards/imx8mp.rst @@ -65,7 +65,7 @@ i.MX 8M Plus Evaluation Kit :ref:`ref-security` details the required background for secure boot. .. |secure_boot_pre_flash_note| replace:: For instructions on how to sign the - required images before flashing them to the board with secure boot enabled, - see:ref:`ref-secure-machines` + required images before flashing them to the board with secure boot enabled, + see :ref:`ref-secure-machines` .. include:: imx-common-board.inc diff --git a/source/reference-manual/boards/imx8mq.rst b/source/reference-manual/boards/imx8mq.rst index 06bd3398a..8cbcf8a70 100644 --- a/source/reference-manual/boards/imx8mq.rst +++ b/source/reference-manual/boards/imx8mq.rst @@ -63,6 +63,6 @@ i.MX 8M Quad Evaluation Kit .. |secure_boot_pre_flash_note| replace:: For instructions on how to sign the required images before flashing them to the board with secure boot enabled, - see:ref:`ref-secure-machines` + see :ref:`ref-secure-machines` .. include:: imx-common-board.inc diff --git a/source/reference-manual/boards/secure-boot-pre-flash-note.rst b/source/reference-manual/boards/secure-boot-pre-flash-note.rst index 9ae06779d..1d13fbcd2 100644 --- a/source/reference-manual/boards/secure-boot-pre-flash-note.rst +++ b/source/reference-manual/boards/secure-boot-pre-flash-note.rst @@ -1,4 +1,3 @@ .. note:: - - For instructions on how to sign the required images before flashing them to the board with secure boot enabled, - follow the instructions from :ref:`ref-secure-machines`. + For instructions on how to sign the required images before flashing them to the board with secure boot enabled, + follow the instructions from :ref:`ref-secure-machines`.