Re: [U-Boot] [PATCH v2 12/13] Migrate CONFIG_BOOTCOUNT_ALEN to Kconfig

2018-02-16 Thread Alex Kiernan
On Fri, Feb 16, 2018 at 9:36 AM, Lukasz Majewski wrote: > Hi Alex, > > Please add at least one sentence to the commit message (not only the > topic). > Sure. > A side note - I did not received patch 13/13, > > It can be found here: > http://patchwork.ozlabs.org/patch/873845/ > >

Re: [U-Boot] [PATCH v2 12/13] Migrate CONFIG_BOOTCOUNT_ALEN to Kconfig

2018-02-16 Thread Lukasz Majewski
Hi Alex, Please add at least one sentence to the commit message (not only the topic). A side note - I did not received patch 13/13, It can be found here: http://patchwork.ozlabs.org/patch/873845/ It is also Ok (as I forgotten to remove SINGLEWORD from whitelist).. Above patches seems to be

[U-Boot] [PATCH v2 12/13] Migrate CONFIG_BOOTCOUNT_ALEN to Kconfig

2018-02-15 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- Changes in v2: None drivers/bootcount/Kconfig| 9 - include/configs/ids8313.h| 1 - scripts/config_whitelist.txt | 1 - 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/bootcount/Kconfig