summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRalph Siemsen <ralph.siemsen@linaro.org>2022-04-28 15:52:59 -0400
committerTom Rini <trini@konsulko.com>2022-05-11 09:22:24 -0400
commitdb26c507c925f8ae0ebad9e22b67b2df8ae2184b (patch)
treeb4a66ef7e1e2c15ee7ae8d3576225eed29880b93 /Makefile
parent13ae36cc8d3dfc09765db261f38fbf5992ec7b3f (diff)
Makefile: update warning about CONFIG_OF_EMBED
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d394340221..e3ce287918 100644
--- 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),)