commit | 301c80ce2df4d68429f5cc0089151cd506a57822 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Sep 16 18:41:42 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 19 12:54:30 2019 -0400 |
tree | dd72430a1424d345ca17c2f6277707160dc23ab4 | |
parent | b536bf8e2bcb69f4f27bcc21cc87831fa4400323 [diff] |
dm: MIGRATION: Add migration plan for CONFIG_DM 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@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>