* [PATCH 0/2] Fix doc path in warning message
@ 2022-03-01 3:49 Johannes Krottmayer
2022-03-01 3:49 ` [PATCH 1/2] Makefile: " Johannes Krottmayer
2022-03-01 3:49 ` [PATCH 2/2] tools: buildman: " Johannes Krottmayer
0 siblings, 2 replies; 3+ messages in thread
From: Johannes Krottmayer @ 2022-03-01 3:49 UTC (permalink / raw)
To: u-boot; +Cc: Johannes Krottmayer
Fix doc path in warning messages.
Okay?
Johannes Krottmayer (2):
Makefile: Fix doc path in warning message
tools: buildman: Fix doc path in warning message
Makefile | 4 ++--
tools/buildman/test.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
--
2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] Makefile: Fix doc path in warning message
2022-03-01 3:49 [PATCH 0/2] Fix doc path in warning message Johannes Krottmayer
@ 2022-03-01 3:49 ` Johannes Krottmayer
2022-03-01 3:49 ` [PATCH 2/2] tools: buildman: " Johannes Krottmayer
1 sibling, 0 replies; 3+ messages in thread
From: Johannes Krottmayer @ 2022-03-01 3:49 UTC (permalink / raw)
To: u-boot; +Cc: Johannes Krottmayer
Fix documentation path in warning message about deprecated device driver.
Signed-off-by: Johannes Krottmayer <krjdev@gmail.com>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index e6fc80aa6f..0af5065624 100644
--- a/Makefile
+++ b/Makefile
@@ -1080,7 +1080,7 @@ define deprecated
echo >&2 "for $(2)). Please update the board to use"; \
echo >&2 "$(firstword $(1)) before the $(3) release. Failure to"; \
echo >&2 "update by the deadline may result in board removal."; \
- echo >&2 "See doc/driver-model/migration.rst for more info."; \
+ echo >&2 "See doc/develop/driver-model/migration.rst for more info."; \
echo >&2 "===================================================="; \
fi; fi
@@ -1121,7 +1121,7 @@ ifneq ($(CONFIG_DM),y)
@echo >&2 "This board does not use CONFIG_DM. CONFIG_DM will be"
@echo >&2 "compulsory starting with the v2020.01 release."
@echo >&2 "Failure to update may result in board removal."
- @echo >&2 "See doc/driver-model/migration.rst for more info."
+ @echo >&2 "See doc/develop/driver-model/migration.rst for more info."
@echo >&2 "===================================================="
endif
$(call deprecated,CONFIG_WDT,DM watchdog,v2019.10,\
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] tools: buildman: Fix doc path in warning message
2022-03-01 3:49 [PATCH 0/2] Fix doc path in warning message Johannes Krottmayer
2022-03-01 3:49 ` [PATCH 1/2] Makefile: " Johannes Krottmayer
@ 2022-03-01 3:49 ` Johannes Krottmayer
1 sibling, 0 replies; 3+ messages in thread
From: Johannes Krottmayer @ 2022-03-01 3:49 UTC (permalink / raw)
To: u-boot; +Cc: Johannes Krottmayer
Fix documentation path in deprecated warning message about device
driver.
Signed-off-by: Johannes Krottmayer <krjdev@gmail.com>
---
tools/buildman/test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
====================================================
'''
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-01 4:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-01 3:49 [PATCH 0/2] Fix doc path in warning message Johannes Krottmayer
2022-03-01 3:49 ` [PATCH 1/2] Makefile: " Johannes Krottmayer
2022-03-01 3:49 ` [PATCH 2/2] tools: buildman: " Johannes Krottmayer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox