diff options
author | Olivier Deprez <olivier.deprez@arm.com> | 2020-03-26 17:12:18 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-03-26 17:12:18 +0000 |
commit | 4e1ca0097883b78bfe97b9de22645f68b0b5f199 (patch) | |
tree | 51907e8800cdd63daffef9182067fe5b18e3f92b /docs | |
parent | 735e9a0e124a6f17c08a9f9cff3e3c5b7c9f6da0 (diff) | |
parent | 2b06610c9beaa3396721fd7a813450a9537c87c0 (diff) | |
download | platform_external_arm-trusted-firmware-4e1ca0097883b78bfe97b9de22645f68b0b5f199.tar.gz platform_external_arm-trusted-firmware-4e1ca0097883b78bfe97b9de22645f68b0b5f199.tar.bz2 platform_external_arm-trusted-firmware-4e1ca0097883b78bfe97b9de22645f68b0b5f199.zip |
Merge "Fix warnings in porting-guide.rst" into integration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting_started/porting-guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started/porting-guide.rst b/docs/getting_started/porting-guide.rst index d6572f507..2d17f122a 100644 --- a/docs/getting_started/porting-guide.rst +++ b/docs/getting_started/porting-guide.rst @@ -1117,7 +1117,7 @@ the log output. The implementation should be robust to future changes that increase the number of log levels. Function : plat_get_soc_version() -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: @@ -1132,7 +1132,7 @@ This function returns soc version which mainly consist of below fields soc_version[23:16] = JEP-106 identification code with parity bit for the SiP Function : plat_get_soc_revision() -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: |