aboutsummaryrefslogtreecommitdiff
path: root/docs/system
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2023-11-17 12:44:53 +0100
committerThomas Huth <thuth@redhat.com>2023-12-20 10:29:23 +0100
commitbce9bbc3c991a087130babc243a9f2c1e6bcf8a5 (patch)
tree18fa03b79544edfc519527a883ca9c79f18300d3 /docs/system
parentc0f6cd9f670888eed851cd0c06a803077020068c (diff)
downloadqemu-bce9bbc3c991a087130babc243a9f2c1e6bcf8a5.zip
qemu-bce9bbc3c991a087130babc243a9f2c1e6bcf8a5.tar.gz
qemu-bce9bbc3c991a087130babc243a9f2c1e6bcf8a5.tar.bz2
docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
Fixes: b65b4b7ae3c8 (xlnx-bbram: hw/nvram: Use dot in device type name) Signed-off-by: Markus Armbruster <armbru@redhat.com> [thuth: Use longhand syntax to avoid problems with the "." in the name] Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-ID: <20231117114457.177308-2-thuth@redhat.com> Acked-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/system')
-rw-r--r--docs/system/arm/xlnx-versal-virt.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/arm/xlnx-versal-virt.rst b/docs/system/arm/xlnx-versal-virt.rst
index d2d1b26..9a4b2ff 100644
--- a/docs/system/arm/xlnx-versal-virt.rst
+++ b/docs/system/arm/xlnx-versal-virt.rst
@@ -194,7 +194,7 @@ To use a different index value, N, from default of 0, add:
.. code-block:: bash
- -global xlnx,bbram-ctrl.drive-index=N
+ -global driver=xlnx.bbram-ctrl,property=drive-index,value=N
eFUSE File Backend
""""""""""""""""""