[coreboot-gerrit] Patch set updated for coreboot: drivers/intel/fsp2_0: Remove fsp_print_upd_info declaration

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Wed Aug 3 03:09:47 CEST 2016


Lee Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16022

-gerrit

commit 13599fd4d282173d3204a77af97047ca252c2f9b
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Mon Aug 1 17:22:30 2016 -0700

    drivers/intel/fsp2_0: Remove fsp_print_upd_info declaration
    
    Remove unused function declaration.
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: Id971829c19c2535c975a68c44fb3697f60d0b4ad
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/drivers/intel/fsp2_0/include/fsp/info_header.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/drivers/intel/fsp2_0/include/fsp/info_header.h b/src/drivers/intel/fsp2_0/include/fsp/info_header.h
index 81639fa..6351b32 100644
--- a/src/drivers/intel/fsp2_0/include/fsp/info_header.h
+++ b/src/drivers/intel/fsp2_0/include/fsp/info_header.h
@@ -42,7 +42,6 @@ struct fsp_header {
 };
 
 enum cb_err fsp_identify(struct fsp_header *hdr, const void *fsp_blob);
-void fsp_print_upd_info(const struct fsp_header *hdr, void *cfg_blob);
 
 #if ENV_RAMSTAGE
 /*



More information about the coreboot-gerrit mailing list