Re: [U-Boot] [RFC][PATCH] bootcount: add support to customize bootcount variable name

2019-09-10 Thread Wolfgang Denk
Dear Philippe, In message <992029351.2212296.1568047262683.javamail.zim...@softathome.com> you wrote: > > I have severals layers in my boot chain, and I want to use bootcount > in severals layers to manage boot issues. If severals layers use the > same variable name (bootcount) and a boot issue h

Re: [U-Boot] [RFC][PATCH] bootcount: add support to customize bootcount variable name

2019-09-09 Thread Philippe REYNES
Hi Wolfgang, > Dear Philippe, > > In message <1568037413-28155-1-git-send-email-philippe.rey...@softathome.com> > you wrote: >> This commit add an option to customize the bootcount variable >> name in the u-boot environment. To stay compatible with old config, >> the default name is bootcount. >

Re: [U-Boot] [RFC][PATCH] bootcount: add support to customize bootcount variable name

2019-09-09 Thread Wolfgang Denk
Dear Philippe, In message <1568037413-28155-1-git-send-email-philippe.rey...@softathome.com> you wrote: > This commit add an option to customize the bootcount variable > name in the u-boot environment. To stay compatible with old config, > the default name is bootcount. Which exact problem are y

[U-Boot] [RFC][PATCH] bootcount: add support to customize bootcount variable name

2019-09-09 Thread Philippe Reynes
This commit add an option to customize the bootcount variable name in the u-boot environment. To stay compatible with old config, the default name is bootcount. Signed-off-by: Philippe Reynes --- drivers/bootcount/Kconfig | 8 drivers/bootcount/bootcount_env.c | 4 ++-- 2 files