diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-28 12:36:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-28 12:36:49 -0400 |
commit | 34d2b7f20369d62c0f091d6572a8c0ea4655cf14 (patch) | |
tree | 0591ee99c118e0e196730b6ec6582986200e6313 /tools/buildman | |
parent | 7f0826c169ff14d62e92d02f85d33d0030d45c12 (diff) | |
parent | e893e8ea6a5d3af312747d00f93587559193a426 (diff) | |
download | u-boot-34d2b7f20369d62c0f091d6572a8c0ea4655cf14.tar.gz u-boot-34d2b7f20369d62c0f091d6572a8c0ea4655cf14.tar.bz2 u-boot-34d2b7f20369d62c0f091d6572a8c0ea4655cf14.zip |
Merge tag 'v2022.04-rc5' into next
Prepare v2022.04-rc5
Diffstat (limited to 'tools/buildman')
-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. ==================================================== ''' |