
18 Dec
2018
18 Dec
'18
5 p.m.
On Mon, Dec 17, 2018 at 2:01 AM Simon Glass sjg@chromium.org wrote:
Add a migration plan for video which is an important subsystem in U-Boot.
Signed-off-by: Simon Glass sjg@chromium.org
Makefile | 10 ++++++++++ doc/driver-model/MIGRATION.txt | 8 ++++++++ 2 files changed, 18 insertions(+)
diff --git a/Makefile b/Makefile index 4923722f82d..4b5022a53c7 100644 --- a/Makefile +++ b/Makefile @@ -957,6 +957,16 @@ ifneq ($(CONFIG_DM_PCI),y) @echo >&2 "====================================================" endif endif +ifneq ($(CONFIG_LCD)$(CONFIG_VIDEO),) +ifneq ($(CONFIG_DM_VIDEO),y)
@echo >&2 "===================== WARNING ======================"
@echo >&2 "This board does not use CONFIG_DM_VIDEO Please update"
@echo >&2 "the board to use CONFIG_DM_VIDEO before the v2019.07 release."
Many of the subsystems would have same release version for migrations, would better to have next release of v2019.07