diff options
author | davidcunado-arm <david.cunado@arm.com> | 2017-08-04 14:09:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-04 14:09:27 +0100 |
commit | ca9915c2bbce951a2955d4314d255270a8f5a0b3 (patch) | |
tree | 6d01ca8eebb17970519de873f6e9f45e1284f80d | |
parent | 2dfab27a75ff5cdd44609800c557d4447757a19e (diff) | |
parent | 1a3a16768efbfd0bd711eaa8b2a2959b4efd5359 (diff) | |
download | platform_external_arm-trusted-firmware-ca9915c2bbce951a2955d4314d255270a8f5a0b3.tar.gz platform_external_arm-trusted-firmware-ca9915c2bbce951a2955d4314d255270a8f5a0b3.tar.bz2 platform_external_arm-trusted-firmware-ca9915c2bbce951a2955d4314d255270a8f5a0b3.zip |
Merge pull request #1050 from davidcunado-arm/dc/update_changelog
Fix to change.log
-rw-r--r-- | docs/change-log.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/change-log.rst b/docs/change-log.rst index 708ec0575..f5ad56233 100644 --- a/docs/change-log.rst +++ b/docs/change-log.rst @@ -266,7 +266,7 @@ New features pre-empted SMC during PSCI power management requests. Issues resolved since last release -================================== +---------------------------------- - ARM TF can be built with the latest mbed TLS version (v2.4.2). The earlier version 2.3.0 cannot be used due to build warnings that the ARM TF build @@ -280,7 +280,7 @@ Issues resolved since last release shutdown request using the PSCI SYSTEM_OFF API. Known Issues -============ +------------ - Building TF with compiler optimisations disabled (-O0) fails. |