[PATCH 1/3] configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigs

Simon Glass sjg at chromium.org
Mon Oct 5 03:52:19 CEST 2020


On Mon, 28 Sep 2020 at 03:30, Patrick Delaunay <patrick.delaunay at st.com> wrote:
>
> Done with:
> ./tools/moveconfig.py VIDEO_BMP_GZIP
>
> The 3 suspicious migration because CMD_BMP and SPLASH_SCREEN
> are not activated in these defconfigs:
> - trats_defconfig
> - s5pc210_universal_defconfig
> - trats2_defconfig
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
> ---
>
>  README                                  | 6 ------
>  configs/m53menlo_defconfig              | 1 +
>  configs/mx23evk_defconfig               | 1 +
>  configs/mx28evk_auart_console_defconfig | 1 +
>  configs/mx28evk_defconfig               | 1 +
>  configs/mx28evk_nand_defconfig          | 1 +
>  configs/mx28evk_spi_defconfig           | 1 +
>  configs/mx6qsabrelite_defconfig         | 1 +
>  configs/nitrogen6dl2g_defconfig         | 1 +
>  configs/nitrogen6dl_defconfig           | 1 +
>  configs/nitrogen6q2g_defconfig          | 1 +
>  configs/nitrogen6q_defconfig            | 1 +
>  configs/nitrogen6s1g_defconfig          | 1 +
>  configs/nitrogen6s_defconfig            | 1 +
>  drivers/video/Kconfig                   | 8 ++++++++
>  include/configs/m53menlo.h              | 1 -
>  include/configs/mx23evk.h               | 1 -
>  include/configs/mx28evk.h               | 1 -
>  include/configs/nitrogen6x.h            | 1 -
>  include/configs/s5pc210_universal.h     | 1 -
>  include/configs/trats.h                 | 1 -
>  include/configs/trats2.h                | 1 -
>  scripts/config_whitelist.txt            | 1 -
>  23 files changed, 21 insertions(+), 14 deletions(-)

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


More information about the U-Boot mailing list