diff options
author | Subrata Banik <subrata.banik@intel.com> | 2018-01-25 11:41:04 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2018-01-31 05:56:19 +0000 |
commit | 74558813c020cafb9c10894881795b67d4dfb6c8 (patch) | |
tree | 3b9a0e4f0f3e4c83d53e50620a1878acd58ed40a /src/mainboard/intel/galileo | |
parent | 8b9f28994a1b5702ce33e62e55d1595b1a056892 (diff) |
drivers/intel/fsp2_0: Unbind UDK2015 Kconfig from FSP2.0 driver
Now SOC code can select the require UDK support package for any
platform going forward with FSP2.0 model.
Change-Id: Ie6d1b9133892c59210a659ef0ad4b59ebf9f1e45
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/23426
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/intel/galileo')
-rw-r--r-- | src/mainboard/intel/galileo/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig index 12cbb6c849..edea30f30f 100644 --- a/src/mainboard/intel/galileo/Kconfig +++ b/src/mainboard/intel/galileo/Kconfig @@ -1,7 +1,7 @@ ## ## This file is part of the coreboot project. ## -## Copyright (C) 2015-2017 Intel Corp. +## Copyright (C) 2015-2018 Intel Corp. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -58,6 +58,7 @@ config FSP_VERSION_1_1 config FSP_VERSION_2_0 bool "FSP 2.0" select PLATFORM_USES_FSP2_0 + select UDK_2015_BINDING select POSTCAR_STAGE help Use FSP 2.0 binary |