[PATCH 20/88] Makefile: Avoid use of invalid CONFIG_ option

Simon Glass sjg at chromium.org
Mon Jan 23 22:59:23 CET 2023


This appears in a comment but is not a real option. Drop it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index da395274225..92a95361982 100644
--- a/Makefile
+++ b/Makefile
@@ -1082,7 +1082,7 @@ expect = $(foreach cfg,$(1),y)
 
 # Show a deprecation message
 # Args:
-# 1: List of CONFIG_DM_... to migrate to (e.g. "CONFIG_DM_MMC CONFIG_BLK")
+# 1: List of options to migrate to (e.g. "CONFIG_DM_MMC CONFIG_BLK")
 # 2: Name of component (e.g . "Ethernet drivers")
 # 3: Release deadline (e.g. "v202.07")
 # 4: Condition to require before checking (e.g. "$(CONFIG_NET)")
-- 
2.39.1.456.gfc5497dd1b-goog



More information about the U-Boot mailing list