bin2hex: handle any file length, not just 8 or 4
Treat the input as if it was padded with zeroes to a multiple of 8. This is needed if the .data in a binary changes size, it won't be a nice multiple of 4 or 8. At present the microwatt binaries all are multiples of 8, but making code alterations could make bin2hex fail unexpectedly. Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>pull/409/head
parent
84a0fba25d
commit
dfecda3a5f
Loading…
Reference in New Issue