From: Tom Rini Date: Tue, 16 Jul 2024 18:46:39 +0000 (-0600) Subject: Merge patch series "drivers: bootcount: Add support for ANY filesystem" X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=7f050668699377321339d82231afe1417849b5f8;p=u-boot.git Merge patch series "drivers: bootcount: Add support for ANY filesystem" Vasileios Amoiridis 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. --- 7f050668699377321339d82231afe1417849b5f8 diff --cc drivers/bootcount/Kconfig index 3c56253b1e,fbf3c56b41..2105cea3d4 --- a/drivers/bootcount/Kconfig +++ b/drivers/bootcount/Kconfig @@@ -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"