From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 25 Mar 2021 21:24:43 +1300 Subject: [PATCH v4 12/14] Makefile: Drop the old SPI flash migration message In-Reply-To: <20210325082445.519028-1-sjg@chromium.org> References: <20210325082445.519028-1-sjg@chromium.org> Message-ID: <20210325082445.519028-13-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This message does not seem to make sense. It may be out of date. Drop it. Signed-off-by: Simon Glass --- (no changes since v1) Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index c3382179dcc..58e4d84b0fc 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 ======================" -- 2.31.0.291.g576ba9dcdaf-goog