]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Merge patch series "drivers: bootcount: Add support for ANY filesystem"
authorTom Rini <trini@konsulko.com>
Tue, 16 Jul 2024 18:46:39 +0000 (12:46 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jul 2024 18:56:20 +0000 (12:56 -0600)
Vasileios Amoiridis <vassilisamir@gmail.com> says:

This patch adds support to save the bootcount variable in a file located in
FAT filesystem. Up to now, there was support only for EXT filesystem.

1  2 
drivers/bootcount/Kconfig

index 3c56253b1eaa2113a9139d424912e34576ebc169,fbf3c56b41e47b08effa6366cb771052636371e1..2105cea3d45ed0b7b39a9402dc9ce160f458c708
@@@ -25,13 -25,13 +25,13 @@@ config BOOTCOUNT_GENERI
            Set to the address where the bootcount and bootcount magic
            will be stored.
  
- config BOOTCOUNT_EXT
-       bool "Boot counter on EXT filesystem"
-       depends on FS_EXT4
-       select EXT4_WRITE
+ config BOOTCOUNT_FS
+       bool "Boot counter on a filesystem"
        help
-         Add support for maintaining boot count in a file on an EXT
-         filesystem.
+         Add support for maintaining boot count in a file on a filesystem.
+         This requires that you have enabled write support for the filesystem
 -        that you will be used by the partition that you configure this feature
++        that will be used by the partition that you configure this feature
+         for.
  
  config BOOTCOUNT_AM33XX
        bool "Boot counter in AM33XX RTC IP block"