soc/intel/broadwell/romstage: Clean up unused bist variable

Checking BIST is done in the bootblock.

Change-Id: I3ea2eb6a37c038f7348f0abd2056eee5c07bdb9d
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32757
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Arthur Heymans 2019-05-12 12:44:00 +02:00 committed by Patrick Georgi
parent e43972474c
commit caae269032
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
struct chipset_power_state;
struct romstage_params {
unsigned long bist;
struct chipset_power_state *power_state;
struct pei_data pei_data;
};