diff options
| author | Simon Glass <[email protected]> | 2021-03-25 21:24:43 +1300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-03-27 09:48:26 -0400 |
| commit | 782dac5b7d99506ab65276b923d4b2cdc7ff9d13 (patch) | |
| tree | 3d40b5ef7ddc1c50a2cd5fa4cc8796f93c9e3be0 | |
| parent | 8cd1874f4c0414c4d519d16a79d2bc8a0523523a (diff) | |
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 <[email protected]>
| -rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 ======================" |
