On Mon, 28 Sep 2020 at 03:30, Patrick Delaunay <patrick.delau...@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.delau...@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 <s...@chromium.org>