boards: arm: fvp_baser_aemv8r: fix board name in docs

Use the correct board names in example.

Signed-off-by: Manuel Argüelles <marguelles.dev@gmail.com>
This commit is contained in:
Manuel Argüelles 2025-02-16 11:07:47 +07:00 committed by Fabio Baltieri
commit e7be6d0f79
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ Arm FVP emulated environment, for example, with the :zephyr:code-sample:`synchro
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/synchronization :zephyr-app: samples/synchronization
:host-os: unix :host-os: unix
:board: fvp_baser_aemv8r_aarch32 :board: fvp_baser_aemv8r/fvp_aemv8r_aarch32
:goals: build :goals: build
This will build an image with the synchronization sample app. This will build an image with the synchronization sample app.

View file

@ -91,7 +91,7 @@ Arm FVP emulated environment, for example, with the :zephyr:code-sample:`synchro
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/synchronization :zephyr-app: samples/synchronization
:host-os: unix :host-os: unix
:board: fvp_baser_aemv8r :board: fvp_baser_aemv8r/fvp_aemv8r_aarch64
:goals: build :goals: build
This will build an image with the synchronization sample app. This will build an image with the synchronization sample app.