X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=blobdiff_plain;f=drivers%2Fbootcount%2FKconfig;h=d82289f57b7ae5cf67160ad6e74924d78a212d7e;hp=cb6be73d522114ec1e0a8959e08be64efa7e5501;hb=04e2cead60616a09ef5f45feae17c0aca0fa8b5f;hpb=d1ec9461f2a2b478b3682dfc3f0f72e3fdd104c1 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