summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-08-16 08:54:10 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2021-08-17 18:24:07 +0300
commitf1991bdf9743cbdf90b98331232f90d4c12bbce3 (patch)
tree8034b15cdf6d5e7e639253e2c73d9a8e96da5c44 /doc
parenta0da2dda4ed9d0aee5265e9cd8876734f9f80e09 (diff)
downloadu-boot-f1991bdf9743cbdf90b98331232f90d4c12bbce3.tar.xz
doc: move i.MX7D/i.MX8MM A/B booting to board specific
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/freescale/index.rst1
-rw-r--r--doc/board/freescale/psb.rst (renamed from doc/imx/misc/psb.rst)0
-rw-r--r--doc/imx/index.rst9
-rw-r--r--doc/imx/misc/index.rst9
-rw-r--r--doc/index.rst11
5 files changed, 1 insertions, 29 deletions
diff --git a/doc/board/freescale/index.rst b/doc/board/freescale/index.rst
index bddc6c6c2c..aa192effab 100644
--- a/doc/board/freescale/index.rst
+++ b/doc/board/freescale/index.rst
@@ -17,3 +17,4 @@ Freescale
mx6sabresd
mx6ul_14x14_evk
mx6ullevk
+ psb
diff --git a/doc/imx/misc/psb.rst b/doc/board/freescale/psb.rst
index 71ac09fac8..71ac09fac8 100644
--- a/doc/imx/misc/psb.rst
+++ b/doc/board/freescale/psb.rst
diff --git a/doc/imx/index.rst b/doc/imx/index.rst
deleted file mode 100644
index b225b1d183..0000000000
--- a/doc/imx/index.rst
+++ /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
index 85fbdb6588..0000000000
--- a/doc/imx/misc/index.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-.. SPDX-License-Identifier: GPL-2.0+
-
-Miscellaneous
-=============
-
-.. toctree::
- :maxdepth: 2
-
- psb
diff --git a/doc/index.rst b/doc/index.rst
index 8066fcbfc0..02de1d4684 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -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
------------------