]> git.baikalelectronics.ru Git - uboot.git/commit
configs: move CMD_MD5SUM definition to defconfigs
authorAndre Przywara <andre.przywara@arm.com>
Wed, 15 Mar 2017 01:19:07 +0000 (01:19 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 17 Mar 2017 18:14:55 +0000 (14:14 -0400)
commitfb24d7b34c6e351dff9ad369a636611b82339ac4
treefef7a0fe0d393423d785bd4b05593c1e83f65b06
parent25341da3657c63bc3c3bd6d22a3403b848db45a0
configs: move CMD_MD5SUM definition to defconfigs

Boards with an apparent need for the md5sum command had the connected
config symbol defined in their board header file.
Move this over to the respective defconfig files now that md5sum is
configured via Kconfig.
(This is a manual effort, which differs from moveconfig.py, not sure
who is right here. Boards except sandbox loose the md5sum command with
moveconfig.py, though it was explicitly mentioned in their config.h's)

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
[trini: migrate stih410-b2260]
Signed-off-by: Tom Rini <trini@konsulko.com>
14 files changed:
configs/dragonboard410c_defconfig
configs/sandbox_defconfig
configs/sandbox_noblk_defconfig
configs/sandbox_spl_defconfig
configs/sh7752evb_defconfig
configs/sh7753evb_defconfig
configs/sh7757lcr_defconfig
include/configs/dragonboard410c.h
include/configs/sandbox.h
include/configs/sh7752evb.h
include/configs/sh7753evb.h
include/configs/sh7757lcr.h
include/configs/stih410-b2260.h
scripts/config_whitelist.txt