[U-Boot] [PATCH 2/4] Kconfig: introduce md5sum command selection
Simon Glass
sjg at chromium.org
Thu Mar 16 22:06:28 UTC 2017
On 14 March 2017 at 19:19, Andre Przywara <andre.przywara at arm.com> wrote:
> So far CONFIG_MD5SUM would need to be set by a board's include file.
> Since the command is really generic, move it over to Kconfig to allow
> it to be defined by either a board's defconfig, menuconfig or some
> config snippet merged via mergeconfig.sh.
>
> Signed-off-by: Andre Przywara <andre.przywara at arm.com>
> ---
> cmd/Kconfig | 14 ++++++++++++++
> lib/Kconfig | 4 ++++
> 2 files changed, 18 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list