diff options
| author | Hiago De Franco <hiagofranco@gmail.com> | 2023-11-09 13:24:00 -0300 |
|---|---|---|
| committer | Fabio Estevam <festevam@gmail.com> | 2023-12-13 10:03:13 -0300 |
| commit | 50c67ddbe4a6a3f7a2afe14152e0fc5561435dac (patch) | |
| tree | 8bc3fe05ee4453e0a7105491426e8d3620d7e567 /configs/colibri-imx6ull_defconfig | |
| parent | 4b5c1175a2ba8493ecb223d99b31d5f55eb4c3f4 (diff) | |
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-imx6ull_defconfig')
| -rw-r--r-- | configs/colibri-imx6ull_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/colibri-imx6ull_defconfig b/configs/colibri-imx6ull_defconfig index 5164374c67f..d904621f5e2 100644 --- a/configs/colibri-imx6ull_defconfig +++ b/configs/colibri-imx6ull_defconfig @@ -75,6 +75,9 @@ CONFIG_BOOTCOUNT_LIMIT=y CONFIG_BOOTCOUNT_ENV=y CONFIG_DFU_NAND=y CONFIG_SYS_DFU_DATA_BUF_SIZE=0x1000000 +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 |
