
11 Jul
2018
11 Jul
'18
2:42 p.m.
On Sat, Jun 09, 2018 at 11:45:20AM -0400, Teddy Reed 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@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom