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:
parent
e43972474c
commit
caae269032
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue