diff mbox series

doc: dm: Fix typo

Message ID 20240124074858.14568-1-ada@thorsis.com
State Accepted, archived
Commit ea773cf291fa616b9db1949746542e3a9312c18a
Delegated to: Heinrich Schuchardt
Headers show
Series doc: dm: Fix typo | expand

Commit Message

Alexander Dahl Jan. 24, 2024, 7:48 a.m. UTC
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 <ada@thorsis.com>
---

Notes:
    This was still in an old local branch of my working copy, but it applies
    cleanly to master so I guess it is still valid?! ;-)

 doc/develop/driver-model/migration.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 15e7927b5a2d33666af19879577bf0c30ab088fe

Comments

Heinrich Schuchardt Jan. 24, 2024, 11:22 a.m. UTC | #1
On 1/24/24 08:48, Alexander Dahl wrote:
> 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 <ada@thorsis.com>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

> ---
>
> Notes:
>      This was still in an old local branch of my working copy, but it applies
>      cleanly to master so I guess it is still valid?! ;-)
>
>   doc/develop/driver-model/migration.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.
>
>
> base-commit: 15e7927b5a2d33666af19879577bf0c30ab088fe
diff mbox series

Patch

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.