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:
parent
894d376542
commit
b414527f79
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue