]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/bootcount/Kconfig
Convert CONFIG_SYS_BOOTCOUNT_SINGLEWORD to Kconfig
[people/ms/u-boot.git] / drivers / bootcount / Kconfig
index cb6be73d522114ec1e0a8959e08be64efa7e5501..d82289f57b7ae5cf67160ad6e74924d78a212d7e 100644 (file)
@@ -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