diff options
author | Balbir singh <bsingharora@gmail.com> | 2018-05-02 22:44:59 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2018-05-02 20:01:34 -0500 |
commit | 44f2f839f4337e583efa281860a5475695b37aa3 (patch) | |
tree | 7b5b75c67f234c5ded505e3e071516d9be4c0958 /doc | |
parent | ac59ecec5ca80bb4f2a8b98c3a256fccb93198d3 (diff) | |
download | skiboot-44f2f839f4337e583efa281860a5475695b37aa3.zip skiboot-44f2f839f4337e583efa281860a5475695b37aa3.tar.gz skiboot-44f2f839f4337e583efa281860a5475695b37aa3.tar.bz2 |
doc: cosmetic fixup of reference to stale header
Signed-off-by: Balbir singh <bsingharora@gmail.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/stb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stb.rst b/doc/stb.rst index 2d70572..88398d5 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/stb.h``. +LibSTB is initialized by calling *stb_init()*, see ``libstb/secureboot.h``. Secure Boot ----------- |