diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2016-09-28 17:28:00 -0700 |
---|---|---|
committer | Lee Leahy <leroy.p.leahy@intel.com> | 2016-09-30 01:17:41 +0200 |
commit | 31f5c130b103b8cb88d6f7a213a38bcfe66ab8f1 (patch) | |
tree | c22a3c0039efa39961789e5b1eecef2f972854c6 /src | |
parent | 5a9ca4d1ec45c3304716df0f41b0d798aebbc844 (diff) | |
download | coreboot-31f5c130b103b8cb88d6f7a213a38bcfe66ab8f1.tar.xz |
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
Change-Id: Icbb3a36cdde68baf4d68fbfc371f8847c56e1162
Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com>
Reviewed-on: https://review.coreboot.org/16810
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/intel/galileo/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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" |