summaryrefslogtreecommitdiffstats
path: root/board/coreboot/coreboot/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/coreboot/coreboot/Kconfig')
-rw-r--r--board/coreboot/coreboot/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/coreboot/coreboot/Kconfig b/board/coreboot/coreboot/Kconfig
index f2cd75409e..981de1f071 100644
--- a/board/coreboot/coreboot/Kconfig
+++ b/board/coreboot/coreboot/Kconfig
@@ -13,14 +13,14 @@ comment "coreboot-specific options"
config SYS_CONFIG_NAME
string "Board configuration file"
- default "coreboot"
+ default "chromebook_link"
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 "link"
+ default "chromebook_link"
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.
OpenPOWER on IntegriCloud