summaryrefslogtreecommitdiff
path: root/include/config_uncmd_spl.h
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 /include/config_uncmd_spl.h
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 'include/config_uncmd_spl.h')
-rw-r--r--include/config_uncmd_spl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_uncmd_spl.h b/include/config_uncmd_spl.h
index 3c1499c6fb1..71766db6898 100644
--- a/include/config_uncmd_spl.h
+++ b/include/config_uncmd_spl.h
@@ -16,6 +16,7 @@
#undef CONFIG_DM_GPIO
#undef CONFIG_DM_I2C
#undef CONFIG_DM_SPI
+#undef CONFIG_DM_USB
#endif
#undef CONFIG_DM_WARN