All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] doc: move i.MX7D/i.MX8MM A/B booting to board specific
@ 2021-08-16  5:59 Heinrich Schuchardt
  2021-08-16  7:18 ` Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2021-08-16  5:59 UTC (permalink / raw)
  To: Peng Fan; +Cc: Marek Vasut, Igor Opaniuk, u-boot, Heinrich Schuchardt

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.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/board/freescale/index.rst             |  1 +
 doc/{imx/misc => board/freescale}/psb.rst |  0
 doc/imx/index.rst                         |  9 ---------
 doc/imx/misc/index.rst                    |  9 ---------
 doc/index.rst                             | 11 -----------
 5 files changed, 1 insertion(+), 29 deletions(-)
 rename doc/{imx/misc => board/freescale}/psb.rst (100%)
 delete mode 100644 doc/imx/index.rst
 delete mode 100644 doc/imx/misc/index.rst

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
similarity index 100%
rename from doc/imx/misc/psb.rst
rename to 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
 ------------------

--
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] doc: move i.MX7D/i.MX8MM A/B booting to board specific
  2021-08-16  5:59 [PATCH 1/1] doc: move i.MX7D/i.MX8MM A/B booting to board specific Heinrich Schuchardt
@ 2021-08-16  7:18 ` Marek Vasut
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2021-08-16  7:18 UTC (permalink / raw)
  To: Heinrich Schuchardt, Peng Fan; +Cc: Igor Opaniuk, u-boot

On 8/16/21 7:59 AM, Heinrich Schuchardt wrote:
> 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.

This is not board-specific, but iMX arch specific, so why would it be in 
board/ directory ?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-16  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-16  5:59 [PATCH 1/1] doc: move i.MX7D/i.MX8MM A/B booting to board specific Heinrich Schuchardt
2021-08-16  7:18 ` Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.