From e7be6d0f792396853ebdc9b33551c58570153970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Arg=C3=BCelles?= Date: Sun, 16 Feb 2025 11:07:47 +0700 Subject: [PATCH] boards: arm: fvp_baser_aemv8r: fix board name in docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the correct board names in example. Signed-off-by: Manuel Argüelles --- boards/arm/fvp_baser_aemv8r/doc/aarch32.rst | 2 +- boards/arm/fvp_baser_aemv8r/doc/aarch64.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/arm/fvp_baser_aemv8r/doc/aarch32.rst b/boards/arm/fvp_baser_aemv8r/doc/aarch32.rst index 8fcc4d07b0e..080d316e6b7 100644 --- a/boards/arm/fvp_baser_aemv8r/doc/aarch32.rst +++ b/boards/arm/fvp_baser_aemv8r/doc/aarch32.rst @@ -82,7 +82,7 @@ Arm FVP emulated environment, for example, with the :zephyr:code-sample:`synchro .. zephyr-app-commands:: :zephyr-app: samples/synchronization :host-os: unix - :board: fvp_baser_aemv8r_aarch32 + :board: fvp_baser_aemv8r/fvp_aemv8r_aarch32 :goals: build This will build an image with the synchronization sample app. diff --git a/boards/arm/fvp_baser_aemv8r/doc/aarch64.rst b/boards/arm/fvp_baser_aemv8r/doc/aarch64.rst index 724ee182cc9..0f9a28d0a81 100644 --- a/boards/arm/fvp_baser_aemv8r/doc/aarch64.rst +++ b/boards/arm/fvp_baser_aemv8r/doc/aarch64.rst @@ -91,7 +91,7 @@ Arm FVP emulated environment, for example, with the :zephyr:code-sample:`synchro .. zephyr-app-commands:: :zephyr-app: samples/synchronization :host-os: unix - :board: fvp_baser_aemv8r + :board: fvp_baser_aemv8r/fvp_aemv8r_aarch64 :goals: build This will build an image with the synchronization sample app.