[U-Boot] [PATCHv2 2/3] FIT: Rename FIT_DISABLE_SHA256 to FIT_ENABLE_SHA256_SUPPORT

Simon Glass sjg at chromium.org
Fri Mar 3 04:53:20 UTC 2017


On 1 March 2017 at 14:51, Tom Rini <trini at konsulko.com> wrote:
> We rename CONFIG_FIT_DISABLE_SHA256 to CONFIG_FIT_ENABLE_SHA256_SUPPORT which
> is enabled by default and now a positive option.  Convert the handful of boards
> that were disabling it before to save space.
>
>
> Cc: Dirk Eibach <eibach at gdsys.de>
> Cc: Lukasz Dalek <luk0104 at gmail.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Changes in v2: New patch
>
>  Kconfig                        | 13 +++++++++++++
>  README                         |  9 ---------
>  configs/dlvision-10g_defconfig |  1 +
>  configs/dlvision_defconfig     |  1 +
>  configs/h2200_defconfig        |  1 +
>  configs/io_defconfig           |  1 +
>  configs/iocon_defconfig        |  1 +
>  configs/neo_defconfig          |  1 +
>  include/configs/dlvision-10g.h |  3 ---
>  include/configs/dlvision.h     |  3 ---
>  include/configs/h2200.h        |  1 -
>  include/configs/io.h           |  3 ---
>  include/configs/iocon.h        |  3 ---
>  include/configs/neo.h          |  3 ---
>  include/image.h                | 15 +++++----------
>  scripts/config_whitelist.txt   |  1 -
>  16 files changed, 24 insertions(+), 36 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list