projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fae9969
)
configs: imx93_var_som: Add fastboot support.
author
Mathieu Othacehe
<othacehe@gnu.org>
Tue, 20 Feb 2024 10:35:05 +0000
(11:35 +0100)
committer
Fabio Estevam
<festevam@denx.de>
Sat, 24 Feb 2024 19:22:01 +0000
(16:22 -0300)
Enable the `fastboot` command.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
configs/imx93_var_som_defconfig
patch
|
blob
|
history
diff --git
a/configs/imx93_var_som_defconfig
b/configs/imx93_var_som_defconfig
index 662bdcc9b0f9f5a633cc18653fc0476e0587939c..036f44d55d9379def9b3407327df966d2ac50c5d 100644
(file)
--- a/
configs/imx93_var_som_defconfig
+++ b/
configs/imx93_var_som_defconfig
@@
-96,6
+96,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