[U-Boot] [PATCH v2] vboot: Do not use hashed-strings offset

Simon Glass sjg at chromium.org
Thu Jun 14 21:35:06 UTC 2018


On 9 June 2018 at 09:45, Teddy Reed <teddy.reed at gmail.com> wrote:
> The hashed-strings signature property includes two uint32_t values.
> The first is unneeded as there should never be a start offset into the
> strings region. The second, the size, is needed because the added
> signature node appends to this region.
>
> See tools/image-host.c, where a static 0 value is used for the offset.
>
> Signed-off-by: Teddy Reed <teddy.reed at gmail.com>
> ---
>  common/image-sig.c | 7 +++++--
>  tools/image-host.c | 1 +
>  2 files changed, 6 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list