diff options
-rw-r--r-- | doc/device-tree/tpm.rst | 2 | ||||
-rw-r--r-- | libstb/stb.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/device-tree/tpm.rst b/doc/device-tree/tpm.rst index e4106a4..eef62bb 100644 --- a/doc/device-tree/tpm.rst +++ b/doc/device-tree/tpm.rst @@ -17,7 +17,7 @@ linux kernel (tpm and vtpm codes) linux,sml-base: 64-bit base address of the reserved memory allocated for firmware event log. sml stands for shared memory log. - linux,sml-size: size of the memory allocated for firwmare event log. + linux,sml-size: size of the memory allocated for firmware event log. Optional properties diff --git a/libstb/stb.h b/libstb/stb.h index cd60148..2141cf1 100644 --- a/libstb/stb.h +++ b/libstb/stb.h @@ -41,6 +41,7 @@ extern int stb_final(void); * @id : resource id * @subid: subpartition id * @buf : data to be verified + * @len : buf length * * This verifies the integrity and authenticity of a resource downloaded from * PNOR if secure mode is on. The verification is done by the |