commit | 8476330a9098c39ce48561450ebac0978cbf5de3 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed Mar 15 01:19:06 2017 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 17 09:09:40 2017 -0400 |
tree | 7f520fbd0ab7d388f7afb13dc185a73e510f17fb | |
parent | f0fa113bdf16712c05a162c87722d9ddda904c9a [diff] |
Kconfig: define MD5 dependency for FIT support 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> Reviewed-by: Simon Glass <sjg@chromium.org>