summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2023-03-21 14:56:34 -0500
committerJoel Sherrill <joel@rtems.org>2023-03-28 09:23:12 -0500
commit44bf1ac13b4c8bb438dac3c2193decce5a21ef83 (patch)
tree463105db68ab3a67852acf3ff8c8f09ae111931f
parenteng/vc-users.rst: Fix markup for subjectprefix (diff)
downloadrtems-docs-44bf1ac13b4c8bb438dac3c2193decce5a21ef83.tar.bz2
user/zynqmp: Fix SDHCI wording
-rw-r--r--user/bsps/aarch64/xilinx-zynqmp.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/bsps/aarch64/xilinx-zynqmp.rst b/user/bsps/aarch64/xilinx-zynqmp.rst
index 1fef7a4..4de0115 100644
--- a/user/bsps/aarch64/xilinx-zynqmp.rst
+++ b/user/bsps/aarch64/xilinx-zynqmp.rst
@@ -253,7 +253,7 @@ as well as the physical ARM PL011 PrimeCell UART in the ZynqMP hardware.
SDHCI Driver
------------
-The ZynqMP bsp has an SDHCI driver which allows reading to and writing from SD
+The ZynqMP bsp has an SDHCI driver which allows writing to and reading from SD
cards. These can be tested in qemu using the "-sd" option. For example:
.. code-block:: shell