Re: [PATCH] bootcount_ext: Add Ext4 build dependency

2020-06-03 Thread Tom Rini
On Wed, May 20, 2020 at 09:13:26AM +0200, Frédéric Danis wrote: > 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 Applied to u-boot/master, thanks

[PATCH] bootcount_ext: Add Ext4 build dependency

2020-05-20 Thread Frédéric Danis
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 --- drivers/bootcount/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/bootcount/Kconf