summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2021-04-01 08:46:13 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-04-13 14:20:49 +0200
commite2f7b1d9aca31328499ed4b3df344d96b0ccbd1e (patch)
treec3cf5d1a699cd10e7c4a9cd8fc02fed2c80242e6 /Documentation
parentdeb9d7c18b07686b238c511b78179bd330380ddb (diff)
downloadbarebox-e2f7b1d9aca31328499ed4b3df344d96b0ccbd1e.tar.gz
barebox-e2f7b1d9aca31328499ed4b3df344d96b0ccbd1e.tar.xz
Documentation: virtio: Fix virtio reference
Sphinx complains, probably, because _virtio is used for footnote in the same document. Rename it to fix the reference. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/riscv.rst2
-rw-r--r--Documentation/user/virtio.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/boards/riscv.rst b/Documentation/boards/riscv.rst
index 049029b4f2..59cdc00a99 100644
--- a/Documentation/boards/riscv.rst
+++ b/Documentation/boards/riscv.rst
@@ -9,7 +9,7 @@ barebox supports both the qemu riscv32 and riscv64 ``-M virt`` boards::
make ARCH=riscv virt64_defconfig
qemu-system-riscv64 -M virt -serial stdio -kernel build/images/barebox-dt-2nd.img
-Replace ``64`` by ``32`` for 32-bit build. :ref:`virtio` over MMIO is supported and
+Replace ``64`` by ``32`` for 32-bit build. :ref:`virtio_sect` over MMIO is supported and
can be used for e.g. an extra console or to pass in a virtio-blk device::
qemu-system-riscv64 -M virt -serial stdio \
diff --git a/Documentation/user/virtio.rst b/Documentation/user/virtio.rst
index fb21869807..dde47d5f82 100644
--- a/Documentation/user/virtio.rst
+++ b/Documentation/user/virtio.rst
@@ -4,7 +4,7 @@
Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
Copyright (C) 2021, Ahmad Fatoum
-.. _virtio:
+.. _virtio_sect:
VirtIO Support
==============