From a6d345f9784ac1091a61b204ad999b8a8fdacedf Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 20 Oct 2020 17:01:36 +0100 Subject: [PATCH] arm-bsp: fix typo in musca-b1 documentation Change-Id: I7e39c39f14a9ccf32ccfbc732f57c0df79034885 Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm-bsp/documentation/musca-b1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/documentation/musca-b1.md b/meta-arm-bsp/documentation/musca-b1.md index 9fde10a6..a9af03f5 100644 --- a/meta-arm-bsp/documentation/musca-b1.md +++ b/meta-arm-bsp/documentation/musca-b1.md @@ -19,7 +19,7 @@ To build for Zephyr: ```bash$ bitbake zephyr-philosophers``` To build the trusted firmware-m (and not Zephyr): -```bash$ bitbake trusted-frimware-m``` +```bash$ bitbake trusted-firmware-m``` ## Running To run Zephyr on the QEMU based machine, execute the following command