Skip to content
Commit 8e3ea2da authored by Aswath Govindraju's avatar Aswath Govindraju Committed by Tom Rini
Browse files

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: default avatarPratyush Yadav <p.yadav@ti.com>
Signed-off-by: default avatarAswath Govindraju <a-govindraju@ti.com>
Acked-by: default avatarOleksandr Suvorov <oleksandr.suvorov@toradex.com>
Acked-by: default avatarMatthias Brugger <mbrugger@suse.com>
Acked-by: default avatarLukasz Majewski <lukma@denx.de>
parent 2509493c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment