Unverified Commit f859a5dd authored by Dimitris Papastamos's avatar Dimitris Papastamos Committed by GitHub
Browse files

Merge pull request #1382 from sandrine-bailleux-arm/topics/sb/fix-doc

Fix doc for bl31_plat_get_next_image_ep_info()
parents dcf1a04e 1ec1ebf7
Showing with 3 additions and 3 deletions
+3 -3
...@@ -1974,12 +1974,12 @@ setup just prior to BL31 exit during cold boot. The default weak ...@@ -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 implementation of this function will invoke ``console_switch_state()`` to switch
console output to consoles marked for use in the ``runtime`` state. 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 * Return : entry_point_info *
This function may execute with the MMU and data caches enabled if the platform This function may execute with the MMU and data caches enabled if the platform
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment