diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2022-03-22 08:33:40 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-03-31 14:20:44 +0000 |
commit | 05ca05466c3a4d8c27b6fca70782095bd47ea887 (patch) | |
tree | 029a4ca93b3f32eb8d051afec9bd0aec0edf2200 /src/mainboard/intel/galileo/Kconfig | |
parent | dcf30e837b35bbf698231c8a27fd66cdf966fb36 (diff) |
Kconfig: Select UDK2017
On platforms using UDK2015 select UDK2017 instead.
This allows to drop UDK2015 headers.
Tested using timeless builds: The produced binaries are identical.
Change-Id: Ia6032c6520ec889cd63655db982d9bfa476dc24d
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62984
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/intel/galileo/Kconfig')
-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 dbe165cd6d..5f6f065d1d 100644 --- a/src/mainboard/intel/galileo/Kconfig +++ b/src/mainboard/intel/galileo/Kconfig @@ -10,7 +10,7 @@ config BOARD_SPECIFIC_OPTIONS select SOC_INTEL_QUARK select MAINBOARD_HAS_I2C_TPM_ATMEL select MAINBOARD_HAS_TPM2 - select UDK_2015_BINDING + select UDK_2017_BINDING config MAINBOARD_DIR |