Skip to content
Commit bf5b98c6 authored by Kevin Townsend's avatar Kevin Townsend Committed by Tamas Ban
Browse files

Boot: Add byte cast when signing payload



This commit adds an explicit cast to `bytes` for the payload
when signing data with imgtool. On some systems, the data may be
provided as a `ByteArray`, which will cause the signing function
to fail since the underlying library expects `bytes`.

Signed-off-by: default avatarKevin Townsend <kevin.townsend@linaro.org>
Change-Id: I7405d9e76570d61cc745dcd81e6033dec637d2f3
parent 99c0a962
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment