public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] x86: Fix regression build issue of coreboot-x86_defconfig
@ 2015-05-27 15:55 Bin Meng
  2015-05-27 16:01 ` Bin Meng
  0 siblings, 1 reply; 16+ messages in thread
From: Bin Meng @ 2015-05-27 15:55 UTC (permalink / raw)
  To: u-boot

Commit bd328eb "Clean all defconfigs with savedefconfig" accidentally
removed 'CONFIG_VENDOR_COREBOOT=y' from configs/coreboot-x86_defconfig.
This commit reverts the change.

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

 configs/coreboot-x86_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig
index 66f94d0..799853f 100644
--- a/configs/coreboot-x86_defconfig
+++ b/configs/coreboot-x86_defconfig
@@ -1,4 +1,5 @@
 CONFIG_X86=y
+CONFIG_VENDOR_COREBOOT=y
 CONFIG_TARGET_COREBOOT=y
 CONFIG_OF_CONTROL=y
 CONFIG_DM_PCI=y
-- 
1.8.2.1

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

end of thread, other threads:[~2015-05-29  7:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27 15:55 [U-Boot] [PATCH] x86: Fix regression build issue of coreboot-x86_defconfig Bin Meng
2015-05-27 16:01 ` Bin Meng
2015-05-27 16:13   ` Joe Hershberger
2015-05-27 16:21     ` Bin Meng
2015-05-27 16:27       ` Joe Hershberger
2015-05-27 23:25         ` Simon Glass
2015-05-27 23:51           ` Joe Hershberger
2015-05-28  3:04             ` Bin Meng
2015-05-28  2:41           ` Bin Meng
2015-05-28  2:55             ` Simon Glass
2015-05-28  3:10               ` Bin Meng
2015-05-28 15:05           ` Bin Meng
2015-05-28 15:22             ` Andy Pont
2015-05-28 23:24             ` Simon Glass
2015-05-29  7:23               ` Bin Meng
     [not found]             ` <556732bd.0e4d320a.3628.ffffc5eeSMTPIN_ADDED_BROKEN@mx.google.com>
2015-05-29  3:03               ` Bin Meng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox