Message ID | 20180502124459.21047-1-bsingharora@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | doc: cosmetic fixup of reference to stale header | expand |
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 --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 -----------
Signed-off-by: Balbir singh <bsingharora@gmail.com> --- doc/stb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)