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

Tom Rini trini at konsulko.com
Wed Dec 26 16:48:47 UTC 2018


On Tue, Dec 18, 2018 at 09:30:34PM +0530, Jagan Teki wrote:
> 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

I'm fine with a number of features having the same deadline.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181226/3c4a76a0/attachment.sig>


More information about the U-Boot mailing list