[rtems-docs commit] user: fix typo in aarch64/a53.rst

Gedare Bloom gedare at rtems.org
Wed Jun 9 16:33:00 UTC 2021


Module:    rtems-docs
Branch:    master
Commit:    528a2b66e92f529d345dfa7c195bc03905f3817d
Changeset: http://git.rtems.org/rtems-docs/commit/?id=528a2b66e92f529d345dfa7c195bc03905f3817d

Author:    Gedare Bloom <gedare at rtems.org>
Date:      Tue Jun  8 14:41:16 2021 -0600

user: fix typo in aarch64/a53.rst

---

 user/bsps/aarch64/a53.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the vc mailing list