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>
This commit is contained in:
Ye Li 2018-06-21 19:32:33 -07:00
parent 433032d7d6
commit 1e02825ab8
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -12,6 +12,7 @@ CONFIG_DM_GPIO=
CONFIG_DM_I2C=
CONFIG_DM_SPI=
CONFIG_DM_SPI_FLASH=
CONFIG_DM_USB=
endif
endif