diff options
| author | Sean Anderson <[email protected]> | 2021-02-05 09:39:01 -0500 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2021-02-26 15:30:55 +0100 |
| commit | 1500c79dc3b1c67c492abec14badbb8efc576478 (patch) | |
| tree | a12d437644bcc6f1a13268f7133886b77eb631c4 | |
| parent | de1728ce4c86e77fd77e0b4f4f16eecaf8c00f8d (diff) | |
doc: Rename k210 partitions anchor
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | doc/board/sipeed/maix.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/sipeed/maix.rst b/doc/board/sipeed/maix.rst index bf945b3458d..ef79297ef00 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 """""""""" |
