diff options
author | Dimitris Papastamos <dimitris.papastamos@arm.com> | 2018-05-16 14:26:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-16 14:26:52 +0100 |
commit | f859a5dd28005bd0bd9eeb802d36c88b1fdffc45 (patch) | |
tree | f96129a26e9e722170f24283984eb333c6bec4c1 /docs | |
parent | dcf1a04e3bf6e66f82ef8d018964b9b89ac1b60d (diff) | |
parent | 1ec1ebf7827a9369e1134d86edff986385138ed2 (diff) | |
download | platform_external_arm-trusted-firmware-f859a5dd28005bd0bd9eeb802d36c88b1fdffc45.tar.gz platform_external_arm-trusted-firmware-f859a5dd28005bd0bd9eeb802d36c88b1fdffc45.tar.bz2 platform_external_arm-trusted-firmware-f859a5dd28005bd0bd9eeb802d36c88b1fdffc45.zip |
Merge pull request #1382 from sandrine-bailleux-arm/topics/sb/fix-doc
Fix doc for bl31_plat_get_next_image_ep_info()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/porting-guide.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/porting-guide.rst b/docs/porting-guide.rst index 12e135f71..03930cff8 100644 --- a/docs/porting-guide.rst +++ b/docs/porting-guide.rst @@ -1974,12 +1974,12 @@ setup just prior to BL31 exit during cold boot. The default weak implementation of this function will invoke ``console_switch_state()`` to switch console output to consoles marked for use in the ``runtime`` state. -Function : bl31\_get\_next\_image\_info() [mandatory] -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Function : bl31\_plat\_get\_next\_image\_ep\_info() [mandatory] +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: - Argument : unsigned int + Argument : uint32_t Return : entry_point_info * This function may execute with the MMU and data caches enabled if the platform |