]> git.sur5r.net Git - u-boot/commit
vboot: Do not use hashed-strings offset
authorTeddy Reed <teddy.reed@gmail.com>
Sat, 9 Jun 2018 15:45:20 +0000 (11:45 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jul 2018 20:55:58 +0000 (16:55 -0400)
commit7346c1e192d63cd35f99c7e845e53c5d4d0bdc24
tree465368f9de47a3f857f56f5c2b3b6b8169ed4fa9
parent72239fc85f3eda078547956608c063ab965e90e9
vboot: Do not use hashed-strings offset

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@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/image-sig.c
tools/image-host.c