[coreboot-gerrit] New patch to review for coreboot: broadwell: fix typo

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Jun 22 14:50:10 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10623

-gerrit

commit 8f787a05fe9d1ef2ba575543f6f2bdd523f6428e
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Mon Jun 22 14:49:20 2015 +0200

    broadwell: fix typo
    
    It's guarded by a non-standard configuration option, so didn't trigger.
    
    Change-Id: Ib7a9a45befcb7857edde37e20de7d65a60970882
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/soc/intel/broadwell/romstage/romstage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/broadwell/romstage/romstage.c b/src/soc/intel/broadwell/romstage/romstage.c
index e950b1e..27fb0f2 100644
--- a/src/soc/intel/broadwell/romstage/romstage.c
+++ b/src/soc/intel/broadwell/romstage/romstage.c
@@ -126,7 +126,7 @@ void romstage_common(struct romstage_params *params)
 		printk(BIOS_DEBUG, "Romstage handoff structure not added!\n");
 
 #if CONFIG_LPC_TPM
-	init_tpm(prev_sleep_state == SLEEP_STATE_S3);
+	init_tpm(params->power_state->prev_sleep_state == SLEEP_STATE_S3);
 #endif
 }
 



More information about the coreboot-gerrit mailing list