]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Makefile: update warning about CONFIG_OF_EMBED
authorRalph Siemsen <ralph.siemsen@linaro.org>
Thu, 28 Apr 2022 19:52:59 +0000 (15:52 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 11 May 2022 13:22:24 +0000 (09:22 -0400)
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

index d3943402213fdbd84814b68b961355709d50b993..e3ce28791869d36e8ab997ee6fe1ffafac0bb0fe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1120,7 +1120,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),)