Re: [PATCH] feat: Add CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig

2025-03-03 Thread Tom Rini
On Sat, Mar 01, 2025 at 06:54:37PM +, Peter Robinson wrote: > On Fri, 14 Feb 2025 at 20:06, Fabio Estevam wrote: > > > On Fri, Feb 14, 2025 at 3:55 PM Tom Rini wrote: > > > > > Applied to u-boot/next, thanks! > > > > The author's Signed-off-by tag is missing. > > > > Maybe we need to add a

Re: [PATCH] feat: Add CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig

2025-03-01 Thread Peter Robinson
On Fri, 14 Feb 2025 at 20:06, Fabio Estevam wrote: > On Fri, Feb 14, 2025 at 3:55 PM Tom Rini wrote: > > > Applied to u-boot/next, thanks! > > The author's Signed-off-by tag is missing. > Maybe we need to add a CI check for sign-off's

Re: [PATCH] feat: Add CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig

2025-02-14 Thread Fabio Estevam
On Fri, Feb 14, 2025 at 3:55 PM Tom Rini wrote: > Applied to u-boot/next, thanks! The author's Signed-off-by tag is missing.

Re: [PATCH] feat: Add CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig

2025-02-14 Thread Tom Rini
On Fri, 31 Jan 2025 11:08:44 +0100, Tomas Peterka wrote: > Add CONFIG_BOOTCOUNT_ALTBOOTCMD so the developer is able to add > custom altbootcmd via Kconfig when they enable BOOTCOUNT. > Applied to u-boot/next, thanks! -- Tom

[PATCH] feat: Add CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig

2025-01-31 Thread Tomas Peterka
Add CONFIG_BOOTCOUNT_ALTBOOTCMD so the developer is able to add custom altbootcmd via Kconfig when they enable BOOTCOUNT. --- drivers/bootcount/Kconfig | 3 +++ include/env_default.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/drivers/bootcount/Kconfig b/drivers/bootcount/Kconfig i