drivers/fsp1_1: remove VBT function defs from util.h

Including <fsp/gop.h> in util.h causes issues with
redeclarations when using SOC_INTEL_COMMON_GFX_OPREGION
along with FSP 1.1.  Separating it out and including
directly in vbt.c has no negative side effects.

Change-Id: I2d82c2da40b067272d876929fc73b97f490146a7
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/20448
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Matt DeVillier 2017-06-17 23:33:19 -05:00 committed by Stefan Reinauer
parent d3bb09d9f4
commit 6543d9a4f0
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#include <fsp/api.h>
/* Current users expect to get the SoC's FSP definitions by including util.h. */
#include <fsp/soc_binding.h>
#include <fsp/gop.h>
#include <program_loading.h>
#include <commonlib/region.h>

View File

@ -17,6 +17,7 @@
#include <bootmode.h>
#include <cbfs.h>
#include <console/console.h>
#include <fsp/gop.h>
#include <fsp/ramstage.h>
#include <fsp/util.h>