[U-Boot] [PATCH 4/4] configs: move CMD_MD5SUM definition to defconfigs
Simon Glass
sjg at chromium.org
Thu Mar 16 22:06:33 UTC 2017
Hi Andre,
On 14 March 2017 at 19:19, Andre Przywara <andre.przywara at arm.com> wrote:
> 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 at arm.com>
> ---
> configs/dragonboard410c_defconfig | 1 +
> configs/sandbox_defconfig | 1 +
> configs/sandbox_noblk_defconfig | 1 +
> configs/sandbox_spl_defconfig | 1 +
> configs/sh7752evb_defconfig | 1 +
> configs/sh7753evb_defconfig | 1 +
> configs/sh7757lcr_defconfig | 1 +
> include/configs/dragonboard410c.h | 4 ----
> include/configs/sandbox.h | 1 -
> include/configs/sh7752evb.h | 2 --
> include/configs/sh7753evb.h | 2 --
> include/configs/sh7757lcr.h | 2 --
> scripts/config_whitelist.txt | 3 ---
> 13 files changed, 7 insertions(+), 14 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
That's odd - did you check that these boards actually do end up with
it. I've not seen that problem with moveconfig.py before.
Regards,
SImon
More information about the U-Boot
mailing list