diff options
| author | Adam Ford <[email protected]> | 2023-10-25 18:04:53 -0500 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2023-12-13 10:00:13 -0300 |
| commit | 495bec2ec87b9dc59c18898cf7e884d55fb8e075 (patch) | |
| tree | 8014ed12615483f8b56f7158e9d1aa26bd51e24e | |
| parent | dc48e263a60d15236369e43944ef2e3a0d613a23 (diff) | |
configs: imx8mm_beacon: Enable fastboot downloading
Fastboot is necessary to use UUU enhanced functions, so enable it.
Signed-off-by: Adam Ford <[email protected]>
| -rw-r--r-- | configs/imx8mm_beacon_defconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/imx8mm_beacon_defconfig b/configs/imx8mm_beacon_defconfig index 031470c1692..886d912650e 100644 --- a/configs/imx8mm_beacon_defconfig +++ b/configs/imx8mm_beacon_defconfig @@ -86,6 +86,11 @@ CONFIG_SPL_CLK_COMPOSITE_CCF=y CONFIG_CLK_COMPOSITE_CCF=y CONFIG_SPL_CLK_IMX8MM=y CONFIG_CLK_IMX8MM=y +CONFIG_USB_FUNCTION_FASTBOOT=y +CONFIG_FASTBOOT_BUF_ADDR=0x42800000 +CONFIG_FASTBOOT_BUF_SIZE=0x20000000 +CONFIG_FASTBOOT_FLASH=y +CONFIG_FASTBOOT_FLASH_MMC_DEV=2 CONFIG_MXC_GPIO=y CONFIG_DM_PCA953X=y CONFIG_DM_I2C=y @@ -142,6 +147,5 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0525 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y CONFIG_SDP_LOADADDR=0x40400000 -CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_SPL_USB_SDP_SUPPORT=y CONFIG_IMX_WATCHDOG=y |
