diff options
author | danh-arm <dan.handley@arm.com> | 2017-03-02 17:03:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-02 17:03:12 +0000 |
commit | 6feeb0814d3ae8892c3f5e197fe6b95d05e8ca84 (patch) | |
tree | 44e6ec32eaf7776a60bb406aebb1162e5a0a1b9c | |
parent | bea7caff8dd90fdf1c47ae1dbc8777ceb135b26a (diff) | |
parent | 7334e5c739baf141fe4542d68fb8464205e5bca1 (diff) |
Merge pull request #859 from Summer-ARM/sq/update-doc
Update LOAD_IMAGE_V2 user guide documentation
-rw-r--r-- | docs/user-guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md index 091aeba0..9d91c2a9 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -331,8 +331,8 @@ performed. * `LOAD_IMAGE_V2`: Boolean option to enable support for new version (v2) of image loading, which provides more flexibility and scalability around what images are loaded and executed during boot. Default is 0. - Note: `TRUSTED_BOARD_BOOT` is currently not supported when `LOAD_IMAGE_V2` - is enabled. + Note: `TRUSTED_BOARD_BOOT` is currently only supported for AArch64 when + `LOAD_IMAGE_V2` is enabled. * `LOG_LEVEL`: Chooses the log level, which controls the amount of console log output compiled into the build. This should be one of the following: |