diff mbox series

doc: cosmetic fixup of reference to stale header

Message ID 20180502124459.21047-1-bsingharora@gmail.com
State Accepted
Headers show
Series doc: cosmetic fixup of reference to stale header | expand

Commit Message

Balbir Singh May 2, 2018, 12:44 p.m. UTC
Signed-off-by: Balbir singh <bsingharora@gmail.com>
---
 doc/stb.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stewart Smith May 3, 2018, 4:36 a.m. UTC | #1
Balbir singh <bsingharora@gmail.com> writes:
> Signed-off-by: Balbir singh <bsingharora@gmail.com>
> ---
>  doc/stb.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/stb.rst b/doc/stb.rst
> index 2d70572f..88398d54 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``.

Thanks, merged as of 44f2f839f4337e583efa281860a5475695b37aa3.

I should probably re-generate the documentation and someday automate
it. of coures, automating it involves messing with the travis config,
and that scares me.
diff mbox series

Patch

diff --git a/doc/stb.rst b/doc/stb.rst
index 2d70572f..88398d54 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
 -----------