diff --git a/docs/user-guide.md b/docs/user-guide.md index 85103b36f..40a795547 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -136,6 +136,10 @@ performed. * `BL33`: Path to BL33 image in the host file system. This is mandatory for `fip` target +* `BL30`: Path to BL3-0 image in the host file system. This image is optional. + If a BL3-0 image is present then this option must be passed for the `fip` + target + * `CROSS_COMPILE`: Prefix to tool chain binaries. Please refer to examples in this document for usage