From 04e2cead60616a09ef5f45feae17c0aca0fa8b5f Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Fri, 9 Feb 2018 23:53:29 +0100 Subject: Convert CONFIG_SYS_BOOTCOUNT_SINGLEWORD to Kconfig This converts the following to Kconfig: CONFIG_SYS_BOOTCOUNT_SINGLEWORD Signed-off-by: Lukasz Majewski Tested-by: Alex Kiernan Reviewed-by: Ian Ray --- drivers/bootcount/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/bootcount') diff --git a/drivers/bootcount/Kconfig b/drivers/bootcount/Kconfig index cb6be73d52..d82289f57b 100644 --- a/drivers/bootcount/Kconfig +++ b/drivers/bootcount/Kconfig @@ -17,6 +17,12 @@ config BOOTCOUNT_LIMIT Enable checking for exceeding the boot count limit. More information: http://www.denx.de/wiki/DULG/UBootBootCountLimit +config SYS_BOOTCOUNT_SINGLEWORD + bool "Use single word to pack boot count and magic value" + help + This option enables packing boot count magic value and boot count + into single word (32 bits). + if BOOTCOUNT config BOOTCOUNT_EXT -- cgit v1.2.3