Fix doc for bl31_plat_get_next_image_ep_info()
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Mon, 14 May 2018 12:25:47 +0000 (14:25 +0200)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Mon, 14 May 2018 12:26:42 +0000 (14:26 +0200)
In the porting guide, fix the function name and the argument type to
reflect the code.

Change-Id: Iac8d69af403194de5586bc0d5890da531e3c8da2
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
docs/porting-guide.rst

index 12e135f71400774e57c706ab29cb1d10b3ea7272..03930cff8050a68f066fd45c20608a93b3ecb1d8 100644 (file)
@@ -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