Commit b77a52b1 authored by Ayan Kumar Halder's avatar Ayan Kumar Halder Committed by Fabio Baltieri
Browse files

boards: fvp_baser_aemv8r_aarch32: Fix the board type



The board type should be "fvp_baser_aemv8r_aarch32". This will build
zephyr binary for aarch32.

Signed-off-by: default avatarAyan Kumar Halder <ayankuma@amd.com>
parent b507365b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ Arm FVP emulated environment, for example, with the :ref:`synchronization_sample
.. zephyr-app-commands::
   :zephyr-app: samples/synchronization
   :host-os: unix
   :board: fvp_baser_aemv8r
   :board: fvp_baser_aemv8r_aarch32
   :goals: build

This will build an image with the synchronization sample app. To run with FVP,