[U-Boot] [PATCH 2/2] dm: video: lcd: MIGRATION: Add migration plan for video

Jagan Teki jagan at amarulasolutions.com
Tue Dec 18 16:00:34 UTC 2018


On Mon, Dec 17, 2018 at 2:01 AM Simon Glass <sjg at chromium.org> wrote:
>
> Add a migration plan for video which is an important subsystem in U-Boot.
>
> Signed-off-by: Simon Glass <sjg at 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


More information about the U-Boot mailing list