summaryrefslogtreecommitdiff
path: root/configs/mx6sxsabreauto_optee_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-05-23 07:13:56 -0700
committerYe Li <ye.li@nxp.com>2022-04-06 15:58:54 +0800
commit2173a548c9d0ad6b1c0722077de1b699b9f22b6a (patch)
tree977266cff533ebf03cbc3b2d0e3cc7fcb5959ad4 /configs/mx6sxsabreauto_optee_defconfig
parent9b5ef063af67623707afeba4963ec7e2d67267f0 (diff)
MLK-19059-4 Enable uuu for i.MX6SoloX SABRESD and SABREAUTO
i.MX6SoloX SABRE boards enable fastboot as default. uuu will use fastboot command to write eMMC/SD/QSPI/NAND Signed-off-by: Xiaoning Wang <xiaoning.wang@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 231ccd13a0c2f18b2fe7fec7d23fc22df06e0324) (cherry picked from commit e099746b62bbdd22f1b9e59cb7791ed4e8111ee4) (cherry picked from commit 3d38aece55961bad775e055c5c445aa19297adda) (cherry picked from commit 3f74aee898ab6f9500e811bc87ab5afe3c35308e)
Diffstat (limited to 'configs/mx6sxsabreauto_optee_defconfig')
-rw-r--r--configs/mx6sxsabreauto_optee_defconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/mx6sxsabreauto_optee_defconfig b/configs/mx6sxsabreauto_optee_defconfig
index 1136cd4ae8..e336c91512 100644
--- a/configs/mx6sxsabreauto_optee_defconfig
+++ b/configs/mx6sxsabreauto_optee_defconfig
@@ -78,6 +78,7 @@ CONFIG_USB=y
CONFIG_USB_STORAGE=y
CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_ASIX=y
+CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_SPLASH_SCREEN=y
CONFIG_SPLASH_SCREEN_ALIGN=y
CONFIG_DM_VIDEO=y
@@ -91,3 +92,19 @@ CONFIG_FEC_MXC=y
CONFIG_RGMII=y
CONFIG_MII=y
CONFIG_IMX_BOOTAUX=y
+
+CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_DOWNLOAD=y
+CONFIG_USB_GADGET_MANUFACTURER="FSL"
+CONFIG_USB_GADGET_VENDOR_NUM=0x0525
+CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
+CONFIG_CI_UDC=y
+
+CONFIG_CMD_FASTBOOT=y
+CONFIG_USB_FUNCTION_FASTBOOT=y
+CONFIG_FASTBOOT_UUU_SUPPORT=y
+CONFIG_FASTBOOT=y
+CONFIG_FASTBOOT_BUF_ADDR=0x83800000
+CONFIG_FASTBOOT_BUF_SIZE=0x40000000
+CONFIG_FASTBOOT_FLASH=y
+CONFIG_EFI_PARTITION=y