Commit 59f04c2e5576b984225468b529390db5bed4f604

Authored by Ye Li
1 parent ef5b79ce69

MLK-18614-2 imx8qxp_mek: Define the CONFIG_FASTBOOT_USB_DEV

Remove the undef of CONFIG_FASTBOOT_USB_DEV from header file and set it
to 1 in defconfig. So no matter what parameter is used for "fastboot"
command, it always use USB typec port.

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 66914e9b62c159243dc6791ca6927bfe66ef1b37)

Showing 2 changed files with 1 additions and 1 deletions Side-by-side Diff

configs/imx8qxp_mek_defconfig
... ... @@ -28,6 +28,7 @@
28 28 CONFIG_FASTBOOT_BUF_SIZE=0x40000000
29 29 CONFIG_FASTBOOT_FLASH=y
30 30 CONFIG_FASTBOOT_FLASH_MMC_DEV=0
  31 +CONFIG_FASTBOOT_USB_DEV=1
31 32  
32 33 CONFIG_USB_XHCI_HCD=y
33 34 CONFIG_USB_XHCI_IMX8=y
include/configs/imx8qxp_mek.h
... ... @@ -320,7 +320,6 @@
320 320 #endif
321 321  
322 322 #define CONFIG_SERIAL_TAG
323   -#undef CONFIG_FASTBOOT_USB_DEV
324 323  
325 324 /* USB Config */
326 325 #ifdef CONFIG_CMD_USB