Commit b414527f799b9a7b638bb43bd4f6e66efc27adf9

Authored by Ye Li
1 parent 894d376542

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)

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/config_uncmd_spl.h
... ... @@ -16,6 +16,7 @@
16 16 #undef CONFIG_DM_GPIO
17 17 #undef CONFIG_DM_I2C
18 18 #undef CONFIG_DM_SPI
  19 +#undef CONFIG_DM_SPI_FLASH
19 20 #undef CONFIG_DM_USB
20 21 #endif
21 22