summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-05-07 21:34:11 +0800
committerSimon Glass <sjg@chromium.org>2015-06-04 02:39:38 -0600
commitb28c1475691add24ecd220c69ccc469c77d9fc57 (patch)
tree4c59d3d605c40518fb07f0de015bb4610a412b37 /configs
parent3d5bbbc47190071a69fca817647ed3ec13a36d81 (diff)
downloadtalos-obmc-uboot-b28c1475691add24ecd220c69ccc469c77d9fc57.tar.gz
talos-obmc-uboot-b28c1475691add24ecd220c69ccc469c77d9fc57.zip
x86: Change coreboot default build configuration to QEMU
QEMU is much easier for us test booting U-Boot as a coreboot payload than having a real board like chromebook_link. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/coreboot-x86_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig
index bd1068e093..97ac1fa552 100644
--- a/configs/coreboot-x86_defconfig
+++ b/configs/coreboot-x86_defconfig
@@ -4,3 +4,4 @@ CONFIG_TARGET_COREBOOT=y
CONFIG_CMD_NET=y
CONFIG_OF_CONTROL=y
CONFIG_DM_PCI=y
+CONFIG_TSC_CALIBRATION_BYPASS=y
OpenPOWER on IntegriCloud