]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: dm: Fix typo
authorAlexander Dahl <ada@thorsis.com>
Wed, 24 Jan 2024 07:48:58 +0000 (08:48 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 29 Jan 2024 10:28:44 +0000 (11:28 +0100)
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 <heinrich.schuchardt@canonical.com>
doc/develop/driver-model/migration.rst

index 03fea943b29f264a047dcf249cf03e66077d15d8..b40a6af9d11d3165f83df373615d6e6a6288ea85 100644 (file)
@@ -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.