aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-03-04 17:44:41 +1100
committerStewart Smith <stewart@linux.ibm.com>2019-03-05 15:28:06 +1100
commit3ef409d43de9628a8d469920d6e506319336f00c (patch)
treeaf03785b41f4ce49651ac177188e1e3c8100d054
parent497734984231f7c76576a5b0b1762cdaeac6c67a (diff)
downloadskiboot-3ef409d43de9628a8d469920d6e506319336f00c.zip
skiboot-3ef409d43de9628a8d469920d6e506319336f00c.tar.gz
skiboot-3ef409d43de9628a8d469920d6e506319336f00c.tar.bz2
doc: s/stb_init()/secureboot_init()/ to match reality
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--doc/stb.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stb.rst b/doc/stb.rst
index 88398d5..6fc8f73 100644
--- a/doc/stb.rst
+++ b/doc/stb.rst
@@ -24,7 +24,7 @@ Secure and Trusted Boot Library (LibSTB) Documentation
In order to support Secure and Trusted Boot, the flash driver calls libSTB to
verify and measure the code it fetches from PNOR.
-LibSTB is initialized by calling *stb_init()*, see ``libstb/secureboot.h``.
+LibSTB is initialized by calling *secureboot_init()*, see ``libstb/secureboot.h``.
Secure Boot
-----------