summaryrefslogtreecommitdiff
path: root/configs/colibri_imx7_defconfig
diff options
context:
space:
mode:
authorHiago De Franco <hiagofranco@gmail.com>2023-11-09 13:24:00 -0300
committerFabio Estevam <festevam@gmail.com>2023-12-13 10:03:13 -0300
commit50c67ddbe4a6a3f7a2afe14152e0fc5561435dac (patch)
tree8bc3fe05ee4453e0a7105491426e8d3620d7e567 /configs/colibri_imx7_defconfig
parent4b5c1175a2ba8493ecb223d99b31d5f55eb4c3f4 (diff)
downloadu-boot-50c67ddbe4a6a3f7a2afe14152e0fc5561435dac.tar.gz
u-boot-50c67ddbe4a6a3f7a2afe14152e0fc5561435dac.tar.bz2
u-boot-50c67ddbe4a6a3f7a2afe14152e0fc5561435dac.zip
apalis/colibri imx6/imx6ull/imx7: defconfig: Enable fastboot support
Add fastboot support for Apalis iMX6, Colibri iMX6, Colibri iMX6ULL and Colibri iMX7 boards. Remove CONFIG_FASTBOOT_BUF_SIZE from colibri_imx7_emmc_defconfig to get the default value of 0x7000000 instead of 0x10000000, to make it consistent with the other boards. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/colibri_imx7_defconfig')
-rw-r--r--configs/colibri_imx7_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/colibri_imx7_defconfig b/configs/colibri_imx7_defconfig
index eba2b41c84..e24a606bc4 100644
--- a/configs/colibri_imx7_defconfig
+++ b/configs/colibri_imx7_defconfig
@@ -72,6 +72,9 @@ CONFIG_BOUNCE_BUFFER=y
CONFIG_BOOTCOUNT_LIMIT=y
CONFIG_BOOTCOUNT_ENV=y
CONFIG_DFU_NAND=y
+CONFIG_USB_FUNCTION_FASTBOOT=y
+CONFIG_FASTBOOT_BUF_ADDR=0x81100000
+CONFIG_FASTBOOT_UUU_SUPPORT=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_MXC=y
CONFIG_FSL_USDHC=y