[PATCH 4/5] configs: imx93_var_som: Add fastboot support.
Mathieu Othacehe
othacehe at gnu.org
Tue Feb 20 11:35:05 CET 2024
Enable the `fastboot` command.
Signed-off-by: Mathieu Othacehe <othacehe at gnu.org>
---
configs/imx93_var_som_defconfig | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/configs/imx93_var_som_defconfig b/configs/imx93_var_som_defconfig
index 0aab222c7c1..60751a77037 100644
--- a/configs/imx93_var_som_defconfig
+++ b/configs/imx93_var_som_defconfig
@@ -97,6 +97,12 @@ CONFIG_SPL_CLK_IMX93=y
CONFIG_CLK_IMX93=y
CONFIG_DFU_MMC=y
CONFIG_DFU_RAM=y
+CONFIG_USB_FUNCTION_FASTBOOT=y
+CONFIG_FASTBOOT_BUF_ADDR=0x82800000
+CONFIG_FASTBOOT_BUF_SIZE=0x20000000
+CONFIG_FASTBOOT_FLASH=y
+CONFIG_FASTBOOT_UUU_SUPPORT=y
+CONFIG_FASTBOOT_FLASH_MMC_DEV=0
CONFIG_GPIO_HOG=y
CONFIG_IMX_RGPIO2P=y
CONFIG_DM_PCA953X=y
--
2.41.0
More information about the U-Boot
mailing list