Message ID | 20220428195259.273522-1-ralph.siemsen@linaro.org |
---|---|
State | Accepted |
Commit | db26c507c925f8ae0ebad9e22b67b2df8ae2184b |
Headers | show |
Series | Makefile: update warning about CONFIG_OF_EMBED | expand |
On Thu, Apr 28, 2022 at 03:52:59PM -0400, Ralph Siemsen wrote: > Update the diagnostic message with revised location of document, which > changed in 3e9fddfc4f1 ("doc: Move devicetree control doc to rST") > > Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Applied to u-boot/master, thanks!
diff --git a/Makefile b/Makefile index ccc87c3a5cd..486a9b9ca23 100644 --- a/Makefile +++ b/Makefile @@ -1113,7 +1113,7 @@ ifeq ($(CONFIG_OF_EMBED)$(CONFIG_EFI_APP),y) @echo >&2 "CONFIG_OF_EMBED is enabled. This option should only" @echo >&2 "be used for debugging purposes. Please use" @echo >&2 "CONFIG_OF_SEPARATE for boards in mainline." - @echo >&2 "See doc/README.fdt-control for more info." + @echo >&2 "See doc/develop/devicetree/control.rst for more info." @echo >&2 "====================================================" endif ifneq ($(CONFIG_SPL_FIT_GENERATOR),)
Update the diagnostic message with revised location of document, which changed in 3e9fddfc4f1 ("doc: Move devicetree control doc to rST") Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)