dfu: add CONFIG_DFU_NAME_MAX_SIZE configuration 59/275459/1
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 25 May 2022 04:48:46 +0000 (13:48 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 25 May 2022 04:51:54 +0000 (13:51 +0900)
commit9bd9be7b25fbd43bd634cd5acc174b87807a5cf1
tree02fe6929d350b0da136859c2b648ab1cfece9664
parent9f0ada4bedb278a275180dd769d8ec8ce0c1d4b9
dfu: add CONFIG_DFU_NAME_MAX_SIZE configuration

Add CONFIG_DFU_NAME_MAX_SIZE to change the proper size.
If name is longer than default size, it can do wrong behavior during updating
image. So it need to change the proper maximum size.

This patch is proviced the solution to change value with configuration.

Change-Id: I5c371eb749954b5cb699c04347d40d31fcf4a7d5
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/dfu/Kconfig
include/dfu.h