Commit 04efc2e8 authored by Tamas Ban's avatar Tamas Ban Committed by Andrzej Puzdrowski
Browse files

docs: fix FIH example command in design.md



Signed-off-by: default avatarTamas Ban <tamas.ban@arm.com>
Change-Id: I3ce8177ad6ae8196b7deb4176c4441f41bbc475a
parent 166075ef
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -1468,8 +1468,8 @@ are issued from the MCUboot source directory):
```sh
$ mkdir docker
$ ./ci/fih-tests_install.sh
$ FIH_LEVEL=MCUBOOT_FIH_PROFILE_MEDIUM BUILD_TYPE=RELEASE SKIP_SIZE=2 \
    DAMAGE_TYPE=SIGNATURE ./ci/fih-tests_run.sh
$ FIH_LEVEL=MEDIUM BUILD_TYPE=RELEASE SKIP_SIZE=2 DAMAGE_TYPE=SIGNATURE \
     ./ci/fih-tests_run.sh
```
On the travis CI the environment variables in the last command are set based on
the configs provided in the `.travis.yaml`