Werner Zeh (werner.zeh@siemens.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18110
-gerrit
commit 97244532c46c4ae313d55a5e8eba1b3dc7136c67 Author: Werner Zeh werner.zeh@siemens.com Date: Thu Jan 12 06:52:58 2017 +0100
mc_tcu3: Remove FSP_BAYTRAIL_GFX_INIT in Kconfig
As the config switch FSP_BAYTRAIL_GFX_INIT is now set per default in fsp_baitrail, there is no need to set it here again. Just remove it from this Kconfig file.
Change-Id: I9052b36668103d6c4481be13709e5bd157027c4b Signed-off-by: Werner Zeh werner.zeh@siemens.com --- src/mainboard/siemens/mc_tcu3/Kconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/mainboard/siemens/mc_tcu3/Kconfig b/src/mainboard/siemens/mc_tcu3/Kconfig index 5ff233d..6a3b3c4 100644 --- a/src/mainboard/siemens/mc_tcu3/Kconfig +++ b/src/mainboard/siemens/mc_tcu3/Kconfig @@ -29,7 +29,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SOC_INTEL_FSP_BAYTRAIL_MD select USE_BLOBS select CBFS_AUTOGEN_ATTRIBUTES - select FSP_BAYTRAIL_GFX_INIT select USE_SIEMENS_HWILIB
config MAINBOARD_DIR