]> git.baikalelectronics.ru Git - uboot.git/commitdiff
tools: buildman: Fix doc path in warning message
authorJohannes Krottmayer <krjdev@gmail.com>
Tue, 1 Mar 2022 03:49:51 +0000 (04:49 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 20 Mar 2022 10:03:05 +0000 (11:03 +0100)
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>
tools/buildman/test.py

index 714bb3e4f9117bfb6dffe52289bca82da2c813ef..27287438eeae7d6221876539fe9d21945118ed68 100644 (file)
@@ -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.
 ====================================================
 '''