
Hi Simon,
On Wed, May 27, 2015 at 12:01 PM, Bin Meng bmeng.cn@gmail.com wrote:
Hi Simon,
On Wed, May 27, 2015 at 11:57 AM, Simon Glass sjg@chromium.org wrote:
Hi Bin,
On 8 May 2015 at 14:42, Simon Glass sjg@chromium.org wrote:
On 7 May 2015 at 07:34, Bin Meng bmeng.cn@gmail.com wrote:
Now that we have QEMU support, make it the default vendor in the 'make menuconfig' screen.
Signed-off-by: Bin Meng bmeng.cn@gmail.com Acked-by: Simon Glass sjg@chromium.org Tested-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-x86, thanks!
For some reason I am seeing a failure here:
04: x86: Make QEMU the default vendor x86: + coreboot-x86
+Device Tree Source is not correctly specified. +Please define 'CONFIG_DEFAULT_DEVICE_TREE' +or build with 'DEVICE_TREE=<device_tree>' argument +make[2]: *** [arch/x86/dts/unset.dtb] Error 1 +make[1]: *** [dts/dt.dtb] Error 2 +make: *** [sub-make] Error 2
That's weird. I didn't see such error when building the patchset with buildman.
I've figured out the root cause. For some reason which I don't understand, commit bd328eb broke this.
+Joe,
Do you know if there is something wrong with commit bd328eb that accidentally removed 'CONFIG_VENDOR_COREBOOT=y'?
Regards, Bin