diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-05-07 21:34:11 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-06-04 02:39:38 -0600 |
commit | b28c1475691add24ecd220c69ccc469c77d9fc57 (patch) | |
tree | 4c59d3d605c40518fb07f0de015bb4610a412b37 /configs | |
parent | 3d5bbbc47190071a69fca817647ed3ec13a36d81 (diff) | |
download | u-boot-imx-b28c1475691add24ecd220c69ccc469c77d9fc57.zip u-boot-imx-b28c1475691add24ecd220c69ccc469c77d9fc57.tar.gz u-boot-imx-b28c1475691add24ecd220c69ccc469c77d9fc57.tar.bz2 |
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_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig index bd1068e..97ac1fa 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 |