From 3719a84cfdc32e7b5c1d72ce1416c3cffd57b0e1 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Wed, 28 Sep 2016 17:28:00 -0700 Subject: [PATCH] UPSTREAM: mainboard/intel/galileo: Make FSP 2.0 the default Switch from FSP 1.1 to FSP 2.0 as the default build. BRANCH=none BUG=None TEST=Build and run on Galileo Gen2 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/16810 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Change-Id: Icbb3a36cdde68baf4d68fbfc371f8847c56e1162 Reviewed-on: https://chromium-review.googlesource.com/391086 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/mainboard/intel/galileo/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig index 0c1fe5b9c5..e941448b48 100644 --- a/src/mainboard/intel/galileo/Kconfig +++ b/src/mainboard/intel/galileo/Kconfig @@ -46,7 +46,7 @@ config GALILEO_GEN2 choice prompt "FSP version" - default FSP_VERSION_1_1 + default FSP_VERSION_2_0 config FSP_VERSION_1_1 bool "FSP 1.1"