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:
parent
433032d7d6
commit
1e02825ab8
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ CONFIG_DM_GPIO=
|
|||
CONFIG_DM_I2C=
|
||||
CONFIG_DM_SPI=
|
||||
CONFIG_DM_SPI_FLASH=
|
||||
CONFIG_DM_USB=
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue