Re: [U-Boot] [PATCH 1/2] Convert CONFIG_BOOTCOUNT_LIMIT to Kconfig

2018-02-11 Thread Alex Kiernan
On Fri, Feb 9, 2018 at 10:50 PM, Lukasz Majewski wrote: > This converts the following to Kconfig: >CONFIG_BOOTCOUNT_LIMIT > > Signed-off-by: Lukasz Majewski > --- > > README | 10 -- > configs/am335x_baltos_defconfig | 1 + > configs/am335x

Re: [U-Boot] [PATCH 1/2] Convert CONFIG_BOOTCOUNT_LIMIT to Kconfig

2018-02-10 Thread Alex Kiernan
>> I also worked through all the drivers, and made >> bootlimit configurable from Kconfig. But I see you're doing way more >> work around BOOTCOUNT, so I'll hold off on them. > > Maybe you can share / send the code, which replaces CONFIG_BOOTCOUNT > with CONFIG_BOOTCOUNT_LIMIT? > > Or even better,

Re: [U-Boot] [PATCH 1/2] Convert CONFIG_BOOTCOUNT_LIMIT to Kconfig

2018-02-10 Thread Lukasz Majewski
Hi Alex, > On Sat, Feb 10, 2018 at 10:01 AM, Lukasz Majewski > wrote: > > Hi Alex, > > > >> On Fri, Feb 9, 2018 at 10:50 PM, Lukasz Majewski > >> wrote: > >> > diff --git a/configs/mx53ppd_defconfig > >> > b/configs/mx53ppd_defconfig index 3fbca2a08c..b83cf72022 100644 > >> > --- a/configs/m

Re: [U-Boot] [PATCH 1/2] Convert CONFIG_BOOTCOUNT_LIMIT to Kconfig

2018-02-10 Thread Alex Kiernan
On Sat, Feb 10, 2018 at 10:01 AM, Lukasz Majewski wrote: > Hi Alex, > >> On Fri, Feb 9, 2018 at 10:50 PM, Lukasz Majewski >> wrote: >> > diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig >> > index 3fbca2a08c..b83cf72022 100644 >> > --- a/configs/mx53ppd_defconfig >> > +++ b/conf

Re: [U-Boot] [PATCH 1/2] Convert CONFIG_BOOTCOUNT_LIMIT to Kconfig

2018-02-10 Thread Lukasz Majewski
Hi Alex, > On Fri, Feb 9, 2018 at 10:50 PM, Lukasz Majewski > wrote: > > diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig > > index 3fbca2a08c..b83cf72022 100644 > > --- a/configs/mx53ppd_defconfig > > +++ b/configs/mx53ppd_defconfig > > @@ -21,6 +21,7 @@ CONFIG_CMD_EXT4_WRITE=y

Re: [U-Boot] [PATCH 1/2] Convert CONFIG_BOOTCOUNT_LIMIT to Kconfig

2018-02-09 Thread Alex Kiernan
On Fri, Feb 9, 2018 at 10:50 PM, Lukasz Majewski wrote: > diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig > index 3fbca2a08c..b83cf72022 100644 > --- a/configs/mx53ppd_defconfig > +++ b/configs/mx53ppd_defconfig > @@ -21,6 +21,7 @@ CONFIG_CMD_EXT4_WRITE=y > CONFIG_CMD_FAT=y >