Skip to content

Commit

Permalink
Makefile: update warning about CONFIG_OF_EMBED
Browse files Browse the repository at this point in the history
Update the diagnostic message with revised location of document, which
changed in 3e9fddf ("doc: Move devicetree control doc to rST")

Signed-off-by: Ralph Siemsen <[email protected]>
  • Loading branch information
rfs613 authored and trini committed May 11, 2022
1 parent 13ae36c commit db26c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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),)
Expand Down

0 comments on commit db26c50

Please sign in to comment.