Skip to content

Commit e7be6d0

Browse files
manuarguefabiobaltieri
authored andcommitted
boards: arm: fvp_baser_aemv8r: fix board name in docs
Use the correct board names in example. Signed-off-by: Manuel Argüelles <[email protected]>
1 parent 991396c commit e7be6d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/arm/fvp_baser_aemv8r/doc/aarch32.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Arm FVP emulated environment, for example, with the :zephyr:code-sample:`synchro
8282
.. zephyr-app-commands::
8383
:zephyr-app: samples/synchronization
8484
:host-os: unix
85-
:board: fvp_baser_aemv8r_aarch32
85+
:board: fvp_baser_aemv8r/fvp_aemv8r_aarch32
8686
:goals: build
8787

8888
This will build an image with the synchronization sample app.

boards/arm/fvp_baser_aemv8r/doc/aarch64.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Arm FVP emulated environment, for example, with the :zephyr:code-sample:`synchro
9191
.. zephyr-app-commands::
9292
:zephyr-app: samples/synchronization
9393
:host-os: unix
94-
:board: fvp_baser_aemv8r
94+
:board: fvp_baser_aemv8r/fvp_aemv8r_aarch64
9595
:goals: build
9696

9797
This will build an image with the synchronization sample app.

0 commit comments

Comments
 (0)