summaryrefslogtreecommitdiffstats
path: root/board
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 /board
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 'board')
-rw-r--r--board/coreboot/coreboot/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/coreboot/coreboot/Kconfig b/board/coreboot/coreboot/Kconfig
index 6a04158f16..69e34375a2 100644
--- a/board/coreboot/coreboot/Kconfig
+++ b/board/coreboot/coreboot/Kconfig
@@ -16,21 +16,21 @@ comment "coreboot-specific options"
config SYS_CONFIG_NAME
string "Board configuration file"
- default "chromebook_link"
+ default "qemu-x86"
help
This option selects the board configuration file in include/configs/
directory to be used to build U-Boot for coreboot.
config DEFAULT_DEVICE_TREE
string "Board Device Tree Source (dts) file"
- default "chromebook_link"
+ default "qemu-x86"
help
This option selects the board Device Tree Source (dts) file in
arch/x86/dts/ directory to be used to build U-Boot for coreboot.
config SYS_CAR_ADDR
hex "Board specific Cache-As-RAM (CAR) address"
- default 0x19200000
+ default 0x01920000
help
This option specifies the board specific Cache-As-RAM (CAR) address.
OpenPOWER on IntegriCloud