Commit db400722733bf4f78a26d8b24542258f7d70c329

Authored by Ye Li
1 parent fa4285b528
Exists in emb_lf_v2022.04

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)
(cherry picked from commit 93ab77f592ea771e3ec2801a6603116b7796bc02)
(cherry picked from commit c6038cf3070ef81e81be69e4ddfe91ff6c4ef6a6)
(cherry picked from commit 81a074bdd94152b9fee4466182d05a3a452511a9)

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

include/config_uncmd_spl.h
... ... @@ -14,6 +14,7 @@
14 14 #undef CONFIG_DM_SERIAL
15 15 #undef CONFIG_DM_I2C
16 16 #undef CONFIG_DM_SPI
  17 +#undef CONFIG_DM_SPI_FLASH
17 18 #undef CONFIG_DM_USB
18 19 #endif
19 20