All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1] x86: Remove unused option
@ 2017-03-06 11:51 Andy Shevchenko
  2017-03-12 20:21 ` Simon Glass
  2017-03-14  1:44 ` Bin Meng
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2017-03-06 11:51 UTC (permalink / raw)
  To: u-boot

There is option which is not used:
	CONFIG_ZBOOT_32

Remove it from default x86 config and from whitelist.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/configs/x86-common.h | 1 -
 scripts/config_whitelist.txt | 1 -
 2 files changed, 2 deletions(-)

diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index a6ad18e88a..fba8bfbd56 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -16,7 +16,6 @@
  * (easy to change)
  */
 #define CONFIG_SHOW_BOOT_PROGRESS
-#define CONFIG_ZBOOT_32
 #define CONFIG_PHYSMEM
 #define CONFIG_DISPLAY_BOARDINFO_LATE
 #define CONFIG_LAST_STAGE_INIT
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index f6c9101e95..7f04df56a3 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -6915,7 +6915,6 @@ CONFIG_YAFFS_WINCE
 CONFIG_YELLOWSTONE
 CONFIG_YELLOW_LED
 CONFIG_YOSEMITE
-CONFIG_ZBOOT_32
 CONFIG_ZC770_XM010
 CONFIG_ZC770_XM011
 CONFIG_ZC770_XM012
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v1] x86: Remove unused option
  2017-03-06 11:51 [U-Boot] [PATCH v1] x86: Remove unused option Andy Shevchenko
@ 2017-03-12 20:21 ` Simon Glass
  2017-03-14  1:44 ` Bin Meng
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Glass @ 2017-03-12 20:21 UTC (permalink / raw)
  To: u-boot

On 6 March 2017 at 04:51, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> 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 <andriy.shevchenko@linux.intel.com>
> ---
>  include/configs/x86-common.h | 1 -
>  scripts/config_whitelist.txt | 1 -
>  2 files changed, 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v1] x86: Remove unused option
  2017-03-06 11:51 [U-Boot] [PATCH v1] x86: Remove unused option Andy Shevchenko
  2017-03-12 20:21 ` Simon Glass
@ 2017-03-14  1:44 ` Bin Meng
  2017-04-01  1:59   ` Bin Meng
  1 sibling, 1 reply; 4+ messages in thread
From: Bin Meng @ 2017-03-14  1:44 UTC (permalink / raw)
  To: u-boot

On Mon, Mar 6, 2017 at 7:51 PM, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> 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 <andriy.shevchenko@linux.intel.com>
> ---
>  include/configs/x86-common.h | 1 -
>  scripts/config_whitelist.txt | 1 -
>  2 files changed, 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v1] x86: Remove unused option
  2017-03-14  1:44 ` Bin Meng
@ 2017-04-01  1:59   ` Bin Meng
  0 siblings, 0 replies; 4+ messages in thread
From: Bin Meng @ 2017-04-01  1:59 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 14, 2017 at 9:44 AM, Bin Meng <bmeng.cn@gmail.com> wrote:
> On Mon, Mar 6, 2017 at 7:51 PM, Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> 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 <andriy.shevchenko@linux.intel.com>
>> ---
>>  include/configs/x86-common.h | 1 -
>>  scripts/config_whitelist.txt | 1 -
>>  2 files changed, 2 deletions(-)
>>
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-01  1:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-06 11:51 [U-Boot] [PATCH v1] x86: Remove unused option Andy Shevchenko
2017-03-12 20:21 ` Simon Glass
2017-03-14  1:44 ` Bin Meng
2017-04-01  1:59   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.