summaryrefslogtreecommitdiff
path: root/configs/pico-hobbit-imx6ul_defconfig
diff options
context:
space:
mode:
authorAswath Govindraju <a-govindraju@ti.com>2021-03-30 13:42:06 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-30 22:28:33 -0500
commit8e2b78ba2b503d3baab105afd66d490462f79768 (patch)
tree9aec27ccc8371cac9542334c12407b7ab68c7b1e /configs/pico-hobbit-imx6ul_defconfig
parentcf4db6a765c64d3745fc77a8c3847843c6f44374 (diff)
usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SIZE to Kconfig
Currently the config options CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SIZE are being set in include/configs/<board>.h files and also in <board_name>_defconfig files without a Kconfig option. It is easier for users to set these configs in defconfig files than in config header files as they are a part of the source code. Add Kconfig symbols, and update the defconfigs by using tools/moveconfig.py script. Suggested-by: Pratyush Yadav <p.yadav@ti.com> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Diffstat (limited to 'configs/pico-hobbit-imx6ul_defconfig')
-rw-r--r--configs/pico-hobbit-imx6ul_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pico-hobbit-imx6ul_defconfig b/configs/pico-hobbit-imx6ul_defconfig
index e452f9c600..235301cbd8 100644
--- a/configs/pico-hobbit-imx6ul_defconfig
+++ b/configs/pico-hobbit-imx6ul_defconfig
@@ -44,6 +44,7 @@ CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_BOUNCE_BUFFER=y
CONFIG_DFU_MMC=y
+CONFIG_SYS_DFU_DATA_BUF_SIZE=0x1000000
CONFIG_USB_FUNCTION_FASTBOOT=y
CONFIG_FASTBOOT_BUF_SIZE=0x10000000
CONFIG_FASTBOOT_FLASH=y