Re: [U-Boot] [PATCH 4/8] Convert CONFIG_BOOTCOUNT_ENV to Kconfig

2018-02-13 Thread Alex Kiernan
On Tue, Feb 13, 2018 at 9:30 AM, Lukasz Majewski wrote: > Hi Alex, > >> - Bootcount: >> - CONFIG_BOOTCOUNT_ENV >> - If no softreset save registers are found on the >> hardware >> - "bootcount" is stored in the environment. To prevent >> a >> - savee

Re: [U-Boot] [PATCH 4/8] Convert CONFIG_BOOTCOUNT_ENV to Kconfig

2018-02-13 Thread Lukasz Majewski
Hi Alex, > - Bootcount: > - CONFIG_BOOTCOUNT_ENV > - If no softreset save registers are found on the > hardware > - "bootcount" is stored in the environment. To prevent > a > - saveenv on all reboots, the environment variable > - "upgrad

Re: [U-Boot] [PATCH 4/8] Convert CONFIG_BOOTCOUNT_ENV to Kconfig

2018-02-11 Thread Lukasz Majewski
On Sun, 11 Feb 2018 12:06:49 + Alex Kiernan wrote: > This converts the following to Kconfig: > CONFIG_BOOTCOUNT_ENV > > Signed-off-by: Alex Kiernan > --- > > README | 11 --- > configs/draco_defconfig| 1 + > configs/etamin_defcon

[U-Boot] [PATCH 4/8] Convert CONFIG_BOOTCOUNT_ENV to Kconfig

2018-02-11 Thread Alex Kiernan
This converts the following to Kconfig: CONFIG_BOOTCOUNT_ENV Signed-off-by: Alex Kiernan --- README | 11 --- configs/draco_defconfig| 1 + configs/etamin_defconfig | 1 + configs/pxm2_defconfig | 1 + co