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>
Tue, 17 Oct 2023 04:19:32 +0000 (13:19 +0900)
commit1895c4cf792c2e47e074b17053bdf88822e8dce2
treee09cea9323ef277a00f55a9ca442e4dedff5ecd7
parentecf9ba810f0710c092f4de0608782aead89870f9
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