summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-06-21 19:32:33 -0700
committerYe Li <ye.li@nxp.com>2020-04-26 23:24:01 -0700
commit6847f1d25b9a8cf8d9116d1f98da3f577fe02717 (patch)
treef25feba4380b2144bcd0ff1abafa7ebe2340181c /scripts
parent2fb7a8a443a2a88b37270b954142f1427287a4ac (diff)
MLK-18654-3 spl: Un-define the DM USB for SPL
Since we don't support DM in SPL, undefine the DM USB in SPL build, so it can use non-DM USB driver. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 1e02825ab852f31111b875af9b84f82a974df64c) (cherry picked from commit 62efea1e99a02fc282d0a22c36fddb1b14a09612)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.uncmd_spl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.uncmd_spl b/scripts/Makefile.uncmd_spl
index 6ea097d36dd..fbdab757f17 100644
--- a/scripts/Makefile.uncmd_spl
+++ b/scripts/Makefile.uncmd_spl
@@ -9,6 +9,7 @@ CONFIG_DM_SERIAL=
CONFIG_DM_I2C=
CONFIG_DM_SPI=
CONFIG_DM_SPI_FLASH=
+CONFIG_DM_USB=
endif
endif