dfu: add CONFIG_DFU_NAME_MAX_SIZE configuration
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 25 May 2022 04:48:46 +0000 (13:48 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Oct 2022 05:48:58 +0000 (14:48 +0900)
commitb4bcc5076418b14767fac4ae625a0585105adbba
tree127e8abfd0119b029d9ccfb487cc87159973c221
parentb9d4fe5a0104f056b46bfb6f7c76888a1ab6898e
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