projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d67df1e
)
bootcount_ext: Add Ext4 build dependency
author
Frédéric Danis
<frederic.danis@collabora.com>
Wed, 20 May 2020 07:13:26 +0000
(09:13 +0200)
committer
Tom Rini
<trini@konsulko.com>
Tue, 2 Jun 2020 21:27:04 +0000
(17:27 -0400)
This config option depends on EXT4 support.
If Ext4 write capability is not selected, it generate write error messages
and is unable to maintain boot counter.
Signed-off-by: Frédéric Danis <frederic.danis@collabora.com>
drivers/bootcount/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/bootcount/Kconfig
b/drivers/bootcount/Kconfig
index 0356f8ba1815edfe01dba33ad2229019aea2adfd..c8e6fa7f892501b6b615e419310df92616684362 100644
(file)
--- a/
drivers/bootcount/Kconfig
+++ b/
drivers/bootcount/Kconfig
@@
-27,6
+27,8
@@
config BOOTCOUNT_GENERIC
config BOOTCOUNT_EXT
bool "Boot counter on EXT filesystem"
+ depends on FS_EXT4
+ select EXT4_WRITE
help
Add support for maintaining boot count in a file on an EXT
filesystem.