[U-Boot] [PATCH v2 1/1] dm: MIGRATION: Add migration plan for CONFIG_DM
Simon Glass
sjg at chromium.org
Mon Sep 16 17:25:07 UTC 2019
On Mon, 16 Sep 2019 at 10:41, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> For many sub-systems we already require the driver model to be used. Yet
> there is still a handful of boards that do not have CONFIG_DM enabled.
>
> We should make CONFIG_DM compulsory with release v2020.01
>
> Conversion dates for CONFIG_DM_SPL and CONFIG_DM_TPL are yet to be defined.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v2
> CONFIG_DM_SPL and CONFIG_DM_TPL are not concerned.
> ---
> Makefile | 8 ++++++++
> doc/driver-model/migration.rst | 10 ++++++++++
> 2 files changed, 18 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
I think we should move SPL to of-platdata and thus require DM there
also. But that requires a bit more discussion!
Regards,
Simon
More information about the U-Boot
mailing list