summaryrefslogtreecommitdiffstats
path: root/user/bsps
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2021-06-08 14:41:16 -0600
committerGedare Bloom <gedare@rtems.org>2021-06-08 14:41:16 -0600
commit528a2b66e92f529d345dfa7c195bc03905f3817d (patch)
tree23fd9816031b81cda0c3f4e5c77ec73c48e7270e /user/bsps
parentUpdate Compliance Tracking CSV file to fix minor bugs (diff)
downloadrtems-docs-528a2b66e92f529d345dfa7c195bc03905f3817d.tar.bz2
user: fix typo in aarch64/a53.rst
Diffstat (limited to 'user/bsps')
-rw-r--r--user/bsps/aarch64/a53.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/bsps/aarch64/a53.rst b/user/bsps/aarch64/a53.rst
index 02891e0..52e1509 100644
--- a/user/bsps/aarch64/a53.rst
+++ b/user/bsps/aarch64/a53.rst
@@ -32,4 +32,4 @@ Running Executables
Executables generated by these BSPs can be run using the following command::
qemu-system-aarch64 -no-reboot -nographic -serial mon:stdio \
- -machine virt,gic_version=3 -cpu cortex-a53 -m 4096 -kernel example.exe
+ -machine virt,gic-version=3 -cpu cortex-a53 -m 4096 -kernel example.exe