From b414527f799b9a7b638bb43bd4f6e66efc27adf9 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Tue, 19 Feb 2019 00:13:41 -0800 Subject: [PATCH] MLK-20945-6 spl: Fix DM_SPI_FLASH build error in SPL SPL should not use DM_SPI_FLASH, this is already cleaned in Makefile.uncmd_spl, but not in config_uncmd_spl.h Signed-off-by: Ye Li (cherry picked from commit cf8468482ec3cceb05700a326df044dc41f38793) --- include/config_uncmd_spl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/config_uncmd_spl.h b/include/config_uncmd_spl.h index 71766db..a9d7e78 100644 --- a/include/config_uncmd_spl.h +++ b/include/config_uncmd_spl.h @@ -16,6 +16,7 @@ #undef CONFIG_DM_GPIO #undef CONFIG_DM_I2C #undef CONFIG_DM_SPI +#undef CONFIG_DM_SPI_FLASH #undef CONFIG_DM_USB #endif -- 1.9.1