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:
6d5425d
)
configs: imx93-phyboard-segin: Add fastboot support
author
Mathieu Othacehe
<othacehe@gnu.org>
Thu, 21 Mar 2024 14:45:41 +0000
(15:45 +0100)
committer
Fabio Estevam
<festevam@gmail.com>
Sun, 24 Mar 2024 16:41:40 +0000
(13:41 -0300)
Enable the `fastboot` command.
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
configs/imx93-phyboard-segin_defconfig
patch
|
blob
|
history
diff --git
a/configs/imx93-phyboard-segin_defconfig
b/configs/imx93-phyboard-segin_defconfig
index 0345e7deeab917ab5cbe559aadbd4e39a228267d..54215c51c08010a7dad758668838e0e31fe58e32 100644
(file)
--- a/
configs/imx93-phyboard-segin_defconfig
+++ b/
configs/imx93-phyboard-segin_defconfig
@@
-94,6
+94,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_I2C=y