[coreboot-gerrit] New patch to review for coreboot: db23a73 fsp_baytrail: Fix CONFIG_ENABLE_FSP_FAST_BOOT

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Wed Jun 11 17:36:20 CEST 2014


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5972

-gerrit

commit db23a73c4d95bc0d52a0bd89bb1c4c69cbbfa51d
Author: Martin Roth <martin.roth at se-eng.com>
Date:   Wed Jun 11 09:35:37 2014 -0600

    fsp_baytrail: Fix CONFIG_ENABLE_FSP_FAST_BOOT
    
    While pushing the fsp_baytrail code, it was requested that we change
    CONFIG_ENABLE_FAST_BOOT to CONFIG_ENABLE_FSP_FAST_BOOT.
    
    This instance was missed in the change.
    
    Change-Id: If8af3f90b0f5cc9154ff1d3a387f442430f42dee
    Signed-off-by: Martin Roth <martin.roth at se-eng.com>
---
 src/soc/intel/fsp_baytrail/fsp/chipset_fsp_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/fsp_baytrail/fsp/chipset_fsp_util.c b/src/soc/intel/fsp_baytrail/fsp/chipset_fsp_util.c
index 87fe5ae..60a1f7a 100644
--- a/src/soc/intel/fsp_baytrail/fsp/chipset_fsp_util.c
+++ b/src/soc/intel/fsp_baytrail/fsp/chipset_fsp_util.c
@@ -314,7 +314,7 @@ void chipset_fsp_early_init(FSP_INIT_PARAMS *pFspInitParams,
 	pFspInitParams->NvsBufferPtr = NULL;
 	pFspRtBuffer->Common.BootMode = BOOT_WITH_FULL_CONFIGURATION;
 
-#if IS_ENABLED(CONFIG_ENABLE_FAST_BOOT)
+#if IS_ENABLED(CONFIG_ENABLE_FSP_FAST_BOOT)
 	/* Find the fastboot cache that was saved in the ROM */
 	pFspInitParams->NvsBufferPtr = find_and_set_fastboot_cache();
 #endif



More information about the coreboot-gerrit mailing list