doc: move i.MX7D/i.MX8MM A/B booting to board specific
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 16 Aug 2021 05:54:10 +0000 (07:54 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 17 Aug 2021 15:24:07 +0000 (17:24 +0200)
Having "i.MX7D/i.MX8MM SRC_GPR10 PERSIST_SECONDARY_BOOT for bootloader A/B
switching" at the top level of the documentation tree does not make sense.
Move it to board specific information.

Fixes: 59e3d1bd4992 ("doc: imx: psb: Document usage of SRC_GPR10 PERSIST_SECONDARY_BOOT for A/B switching")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/board/freescale/index.rst
doc/board/freescale/psb.rst [moved from doc/imx/misc/psb.rst with 100% similarity]
doc/imx/index.rst [deleted file]
doc/imx/misc/index.rst [deleted file]
doc/index.rst

index bddc6c6..aa192ef 100644 (file)
@@ -17,3 +17,4 @@ Freescale
    mx6sabresd
    mx6ul_14x14_evk
    mx6ullevk
+   psb
diff --git a/doc/imx/index.rst b/doc/imx/index.rst
deleted file mode 100644 (file)
index b225b1d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-.. SPDX-License-Identifier: GPL-2.0+
-
-NXP i.MX Machine-specific doc
-=============================
-
-.. toctree::
-   :maxdepth: 2
-
-   misc/index
diff --git a/doc/imx/misc/index.rst b/doc/imx/misc/index.rst
deleted file mode 100644 (file)
index 85fbdb6..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-.. SPDX-License-Identifier: GPL-2.0+
-
-Miscellaneous
-=============
-
-.. toctree::
-   :maxdepth: 2
-
-   psb
index 8066fcb..02de1d4 100644 (file)
@@ -64,17 +64,6 @@ implementation.
 
    arch/index
 
-Machine-specific doc
---------------------
-
-These books provide programming details about machine-specific
-implementation.
-
-.. toctree::
-   :maxdepth: 2
-
-   imx/index
-
 Board-specific doc
 ------------------