[PATCH] doc: dm: Fix typo
Heinrich Schuchardt
xypron.glpk at gmx.de
Tue Sep 13 18:09:17 CEST 2022
On 9/13/22 17:50, Tom Rini wrote:
> On Tue, Sep 13, 2022 at 09:03:42AM -0400, Tom Rini wrote:
>> On Tue, Sep 13, 2022 at 01:14:46PM +0200, Heinrich Schuchardt wrote:
>>> On 9/13/22 12:51, 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 at thorsis.com>
>>>> ---
>>>> 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 5a60436925..cee38a56d0 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.
>>>
>>> Thanks for pointing at the typo.
>>>
>>> This migration is completed. Should we remove the entry from the list?
>>
>> Should do a world build where the Makefile check is fatal first, and go
>> from there.
>
> OK, so I set up that kind of build on current master and it passes:
> https://source.denx.de/u-boot/u-boot/-/pipelines/13433
>
> Please do a patch to remove this section from
> doc/develop/driver-model/migration.rst and drop the test in the Makefile
> for CONFIG_DM being set as well. Thanks!
>
Should we change CONFIG_DM to be non-editable:
config DM
- bool "Enable Driver Model"
- help
- This config option enables Driver Model. This brings in the core
- support, including scanning of platform data on start-up. If
- CONFIG_OF_CONTROL is enabled, the device tree will be scanned also
- when available.
+ bool
+ default y
And in the next step remove the symbol completely?
Best regards
Heinrich
More information about the U-Boot
mailing list