diff mbox series

[v5,09/10] doc: Rename k210 partitions anchor

Message ID 20210205143902.1819189-10-sean.anderson@seco.com
State Accepted
Commit 1500c79dc3b1c67c492abec14badbb8efc576478
Delegated to: Lukasz Majewski
Headers show
Series fastboot: Add better support for specifying partitions | expand

Commit Message

Sean Anderson Feb. 5, 2021, 2:39 p.m. UTC
This anchor is only for the k210 partition layout, so rename it
appropriately. This keeps it from conflicting with the (to be added)
anchor for U-Boot partitions in general.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
---

Changes in v5:
- New

 doc/board/sipeed/maix.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Simon Glass Feb. 7, 2021, 2:37 p.m. UTC | #1
On Fri, 5 Feb 2021 at 07:39, Sean Anderson <sean.anderson@seco.com> wrote:
>
> This anchor is only for the k210 partition layout, so rename it
> appropriately. This keeps it from conflicting with the (to be added)
> anchor for U-Boot partitions in general.
>
> Signed-off-by: Sean Anderson <sean.anderson@seco.com>
> ---
>
> Changes in v5:
> - New
>
>  doc/board/sipeed/maix.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/doc/board/sipeed/maix.rst b/doc/board/sipeed/maix.rst
index bf945b3458..ef79297ef0 100644
--- a/doc/board/sipeed/maix.rst
+++ b/doc/board/sipeed/maix.rst
@@ -258,7 +258,7 @@  SPI Flash
 """""""""
 
 To load an image off of SPI flash, first set up a partition as described in
-:ref:`partitions`. Then, use ``mtd`` to load that partition
+:ref:`k210_partitions`. Then, use ``mtd`` to load that partition
 
 .. code-block:: none
 
@@ -401,7 +401,7 @@  Sipeed MAIX boards typically provide around 16 MiB of SPI NOR flash. U-Boot is
 stored in the first 1 MiB or so of this flash. U-Boot's environment is stored at
 the end of flash.
 
-.. _partitions:
+.. _k210_partitions:
 
 Partitions
 """"""""""