mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 03:17:29 +01:00
Convert CONFIG_SYS_BOOTCOUNT_SINGLEWORD to Kconfig
This converts the following to Kconfig: CONFIG_SYS_BOOTCOUNT_SINGLEWORD Signed-off-by: Lukasz Majewski <lukma@denx.de> Tested-by: Alex Kiernan <alex.kiernan@gmail.com> Reviewed-by: Ian Ray <ian.ray@ge.com>
This commit is contained in:
committed by
Tom Rini
parent
d1ec9461f2
commit
04e2cead60
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user