From: Simon Glass <sjg@chromium.org>
Date: Thu, 25 Mar 2021 08:24:43 +0000 (+1300)
Subject: Makefile: Drop the old SPI flash migration message
X-Git-Tag: v2025.01-rc5-pxa1908~1952^2~2
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/%7B%7B?a=commitdiff_plain;h=782dac5b7d99506ab65276b923d4b2cdc7ff9d13;p=u-boot.git

Makefile: Drop the old SPI flash migration message

This message does not seem to make sense. It may be out of date. Drop it.

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

diff --git a/Makefile b/Makefile
index 0613f6d68c..c6a3983b8f 100644
--- a/Makefile
+++ b/Makefile
@@ -1058,11 +1058,6 @@ endif
 
 ifeq ($(CONFIG_DEPRECATED),y)
 	$(warning "You have deprecated configuration options enabled in your .config! Please check your configuration.")
-ifeq ($(CONFIG_SPI),y)
-ifneq ($(CONFIG_DM_SPI)$(CONFIG_OF_CONTROL),yy)
-	$(warning "The relevant config item with associated code will remove in v2019.07 release.")
-endif
-endif
 endif
 ifeq ($(CONFIG_OF_EMBED),y)
 	@echo >&2 "===================== WARNING ======================"