summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-07-11 00:57:11 -0700
committerYe Li <ye.li@nxp.com>2018-07-11 01:10:11 -0700
commitf3f834587a8fe0bceba99233250d8ff239950f1f (patch)
tree96f7a027b796f6760d86df89e0f9e94a08b31225
parent0d33db00e96e7addb6910a7097a62222ff75480f (diff)
MLK-18854 imx8mm_evk: Fix build break for imx8mm evk flexspi defconfig
The CONFIG_USB_GADGET is removed from header file and must add to defconfig, but imx8mm_evk_fspi_defconfig is not udpated. Thus it causes build break. Fix the issue and add other missed configs. Since the fastboot does not support flexspi, we don't enable it. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--configs/imx8mm_evk_fspi_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/imx8mm_evk_fspi_defconfig b/configs/imx8mm_evk_fspi_defconfig
index 7a0fa7631c..c3ae95c55e 100644
--- a/configs/imx8mm_evk_fspi_defconfig
+++ b/configs/imx8mm_evk_fspi_defconfig
@@ -34,7 +34,14 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_SPI=y
CONFIG_FSL_FSPI=y
+CONFIG_NXP_TMU=y
CONFIG_DM_THERMAL=y
CONFIG_USB=y
+CONFIG_USB_GADGET=y
CONFIG_DM_USB=y
CONFIG_USB_EHCI_HCD=y
+
+CONFIG_SPL_USB_HOST_SUPPORT=y
+CONFIG_SPL_USB_GADGET_SUPPORT=y
+CONFIG_SPL_USB_SDP_SUPPORT=y
+CONFIG_SDP_LOADADDR=0x40400000