diff options
| author | Alexander Dahl <[email protected]> | 2024-01-24 08:48:58 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-01-29 11:28:44 +0100 |
| commit | ea773cf291fa616b9db1949746542e3a9312c18a (patch) | |
| tree | 878acb1d36c84061157c19bf056cd0035a253470 /doc | |
| parent | 526a865fe4fea59fb2638726c26e39557eb97fdd (diff) | |
doc: dm: Fix typo
That's most probably a typo, because driver model design documents seem
to be from 2012 and there is no 2010.01 release.
Fixes: 282ed24fb3ca ("dm: MIGRATION: Add migration plan for CONFIG_DM")
Signed-off-by: Alexander Dahl <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/develop/driver-model/migration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/driver-model/migration.rst b/doc/develop/driver-model/migration.rst index 03fea943b29..b40a6af9d11 100644 --- a/doc/develop/driver-model/migration.rst +++ b/doc/develop/driver-model/migration.rst @@ -13,7 +13,7 @@ CONFIG_DM * Status: In progress * Deadline: 2020.01 -Starting with the 2010.01 release CONFIG_DM will be enabled for all boards. +Starting with the 2020.01 release CONFIG_DM will be enabled for all boards. This does not concern CONFIG_DM_SPL and CONFIG_DM_TPL. The conversion date for these configuration items still needs to be defined. |
