
16 Mar
2017
16 Mar
'17
11:06 p.m.
On 14 March 2017 at 19:19, Andre Przywara andre.przywara@arm.com wrote:
FIT images require MD5 support to verify image checksums. So far this was expressed by defining a CPP symbol in image.h. Since MD5 is now a first class Kconfig citizen, express that in Kconfig instead.
Signed-off-by: Andre Przywara andre.przywara@arm.com
Kconfig | 1 + include/image.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org