Commit fac77d3a0013fa79b5df04cd58144d96d780d613

Authored by Ye Li
1 parent 4758cf2198

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
... ... @@ -15,6 +15,7 @@
15 15 #undef CONFIG_DM_GPIO
16 16 #undef CONFIG_DM_I2C
17 17 #undef CONFIG_DM_SPI
  18 +#undef CONFIG_DM_SPI_FLASH
18 19 #undef CONFIG_DM_USB
19 20 #endif
20 21