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)
This commit is contained in:
Ye Li 2019-02-19 00:13:41 -08:00
parent 894d376542
commit b414527f79
1 changed files with 1 additions and 0 deletions

View File

@ -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