Re: [U-Boot] [PATCH v1] x86: Remove unused option

2017-03-31 Thread Bin Meng
On Tue, Mar 14, 2017 at 9:44 AM, Bin Meng wrote: > On Mon, Mar 6, 2017 at 7:51 PM, Andy Shevchenko > wrote: >> There is option which is not used: >> CONFIG_ZBOOT_32 >> >> Remove it from default x86 config and from whitelist. >> >> Signed-off-by: Andy Shevchenko >> --- >> include/configs

Re: [U-Boot] [PATCH v1] x86: Remove unused option

2017-03-13 Thread Bin Meng
On Mon, Mar 6, 2017 at 7:51 PM, Andy Shevchenko wrote: > There is option which is not used: > CONFIG_ZBOOT_32 > > Remove it from default x86 config and from whitelist. > > Signed-off-by: Andy Shevchenko > --- > include/configs/x86-common.h | 1 - > scripts/config_whitelist.txt | 1 - > 2

Re: [U-Boot] [PATCH v1] x86: Remove unused option

2017-03-12 Thread Simon Glass
On 6 March 2017 at 04:51, Andy Shevchenko wrote: > There is option which is not used: > CONFIG_ZBOOT_32 > > Remove it from default x86 config and from whitelist. > > Signed-off-by: Andy Shevchenko > --- > include/configs/x86-common.h | 1 - > scripts/config_whitelist.txt | 1 - > 2 files

[U-Boot] [PATCH v1] x86: Remove unused option

2017-03-06 Thread Andy Shevchenko
There is option which is not used: CONFIG_ZBOOT_32 Remove it from default x86 config and from whitelist. Signed-off-by: Andy Shevchenko --- include/configs/x86-common.h | 1 - scripts/config_whitelist.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/x86-common.h