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>2018-06-21 19:32:33 -0700
commit1e02825ab852f31111b875af9b84f82a974df64c (patch)
tree6a6c82983a45a4d5ecd96d1295d8c7ca00b31e5e /scripts
parent433032d7d672d4aa18d1399ffaa9449f00bc7d09 (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>
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 b3994110dc..955e2a16f0 100644
--- a/scripts/Makefile.uncmd_spl
+++ b/scripts/Makefile.uncmd_spl
@@ -12,6 +12,7 @@ CONFIG_DM_GPIO=
CONFIG_DM_I2C=
CONFIG_DM_SPI=
CONFIG_DM_SPI_FLASH=
+CONFIG_DM_USB=
endif
endif