diff options
author | Johannes Krottmayer <krjdev@gmail.com> | 2022-03-01 04:49:51 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-03-20 11:03:05 +0100 |
commit | 17b8cb635371dc99b1cca26f2a97527c63bdc8a4 (patch) | |
tree | 1df47b7247d442a81472a118f4fa2678410537fc /tools | |
parent | 1840ce5f3860673fd935c458148e9ffd84f62a61 (diff) | |
download | u-boot-17b8cb635371dc99b1cca26f2a97527c63bdc8a4.tar.gz |
tools: buildman: Fix doc path in warning message
Fix documentation path in deprecated warning message about device
driver.
Signed-off-by: Johannes Krottmayer <krjdev@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/buildman/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/test.py b/tools/buildman/test.py index 714bb3e4f9..27287438ee 100644 --- a/tools/buildman/test.py +++ b/tools/buildman/test.py @@ -37,7 +37,7 @@ migration = '''===================== WARNING ====================== This board does not use CONFIG_DM. CONFIG_DM will be compulsory starting with the v2020.01 release. Failure to update may result in board removal. -See doc/driver-model/migration.rst for more info. +See doc/develop/driver-model/migration.rst for more info. ==================================================== ''' |