diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2019-02-08 10:50:28 +0100 |
---|---|---|
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2019-02-08 16:33:17 +0100 |
commit | 337e2f1f2b84643e460f12683b5fb83a7b1e0e9c (patch) | |
tree | 950da494d6e0f789e321d17a489b93966523ac8d /docs/user-guide.rst | |
parent | 9aa6b6371f3a3bf8149bc3bada02991ecec39810 (diff) | |
download | platform_external_arm-trusted-firmware-337e2f1f2b84643e460f12683b5fb83a7b1e0e9c.tar.gz platform_external_arm-trusted-firmware-337e2f1f2b84643e460f12683b5fb83a7b1e0e9c.tar.bz2 platform_external_arm-trusted-firmware-337e2f1f2b84643e460f12683b5fb83a7b1e0e9c.zip |
Miscellaneous doc fixes/enhancements
Change-Id: I915303cea787d9fb188428b98ac6cfc610cc4470
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Diffstat (limited to 'docs/user-guide.rst')
-rw-r--r-- | docs/user-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 35d44ca3c..db3fe1568 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -575,7 +575,7 @@ Common build options 1 (do save and restore). 0 is the default. An SPD may set this to 1 if it wants the timer registers to be saved and restored. -- ``OVERRIDE_LIBC``: This option allows platforms to override the default libc +- ``OVERRIDE_LIBC``: This option allows platforms to override the default libc for the BL image. It can be either 0 (include) or 1 (remove). The default value is 0. |