summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-02-19 00:13:41 -0800
committerYe Li <ye.li@nxp.com>2020-04-26 23:24:12 -0700
commit161b715f723efc316e04aeac9262fa70d75c25eb (patch)
tree5ed86e449b44a231f162793e684c46f827a7e4b9
parent6e103c5b9279588052346601abc8c10e310f9b5d (diff)
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 <ye.li@nxp.com> (cherry picked from commit cf8468482ec3cceb05700a326df044dc41f38793) (cherry picked from commit fac77d3a0013fa79b5df04cd58144d96d780d613)
-rw-r--r--include/config_uncmd_spl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_uncmd_spl.h b/include/config_uncmd_spl.h
index f72ba8e4e3..41ce1bb495 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