From db400722733bf4f78a26d8b24542258f7d70c329 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) (cherry picked from commit fac77d3a0013fa79b5df04cd58144d96d780d613) (cherry picked from commit 93ab77f592ea771e3ec2801a6603116b7796bc02) (cherry picked from commit c6038cf3070ef81e81be69e4ddfe91ff6c4ef6a6) (cherry picked from commit 81a074bdd94152b9fee4466182d05a3a452511a9) --- 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 24809bc..1bda770 100644 --- a/include/config_uncmd_spl.h +++ b/include/config_uncmd_spl.h @@ -14,6 +14,7 @@ #undef CONFIG_DM_SERIAL #undef CONFIG_DM_I2C #undef CONFIG_DM_SPI +#undef CONFIG_DM_SPI_FLASH #undef CONFIG_DM_USB #endif -- 1.9.1