Commit 6425e84cc55777f026df5bafa25d66afc957fc4e

Authored by Frank Li
Committed by Nitin Garg
1 parent 706b1a41b7

MLK-20129 mx6sxsabraauto optee add fastboot

Signed-off-by: Frank Li <Frank.Li@nxp.com>

Showing 1 changed file with 17 additions and 0 deletions Side-by-side Diff

configs/mx6sxsabreauto_optee_defconfig
... ... @@ -62,4 +62,21 @@
62 62  
63 63 CONFIG_VIDEO=y
64 64 CONFIG_SYS_CONSOLE_IS_IN_ENV=y
  65 +
  66 +CONFIG_CMD_FASTBOOT=y
  67 +CONFIG_USB_FUNCTION_FASTBOOT=y
  68 +CONFIG_USB_GADGET=y
  69 +CONFIG_USB_GADGET_DOWNLOAD=y
  70 +CONFIG_USB_GADGET_MANUFACTURER="FSL"
  71 +CONFIG_USB_GADGET_VENDOR_NUM=0x0525
  72 +CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
  73 +CONFIG_CI_UDC=y
  74 +CONFIG_FSL_FASTBOOT=y
  75 +CONFIG_FASTBOOT=y
  76 +CONFIG_FASTBOOT_BUF_ADDR=0x83800000
  77 +CONFIG_FASTBOOT_BUF_SIZE=0x40000000
  78 +CONFIG_FASTBOOT_FLASH=y
  79 +CONFIG_FASTBOOT_FLASH_MMC_DEV=1
  80 +CONFIG_EFI_PARTITION=y
  81 +CONFIG_ANDROID_BOOT_IMAGE=y