diff options
author | danh-arm <dan.handley@arm.com> | 2014-07-11 14:16:13 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2014-07-11 14:16:13 +0100 |
commit | ab26147d43aa02d315ef5fc083ddb9fbc5e5a1cd (patch) | |
tree | 971073e92f7b54839aead2733db1018cb521a93e /docs/user-guide.md | |
parent | 414cfa18da52241a0644f2293a59d5cd6347b103 (diff) | |
parent | 93d81d64d3947aa7712fab602a16b781a12c78bb (diff) |
Merge pull request #164 from sandrine-bailleux/sb/bl30-support-v2
Add support for BL3-0 image (v2)
Diffstat (limited to 'docs/user-guide.md')
-rw-r--r-- | docs/user-guide.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md index 87865438..a4d7f464 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -133,6 +133,10 @@ the build system doesn't track dependency for build options. Therefore, if any of the build options are changed from a previous build, a clean build must be performed. +* `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 + * `BL33`: Path to BL33 image in the host file system. This is mandatory for `fip` target |