[coreboot-gerrit] New patch to review for coreboot: soc/intel/apollolake: remove unused FIT_POINTER define

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Mon Jul 18 19:48:35 CEST 2016


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15736

-gerrit

commit ac20fe52ee2a75744f5ff5558ace431cd19d6242
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Sun Jul 17 17:32:45 2016 -0500

    soc/intel/apollolake: remove unused FIT_POINTER define
    
    Change-Id: I97be4f8cecbf9cf2adda2e0c1650e03acd7eb1cb
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/soc/intel/apollolake/romstage.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/soc/intel/apollolake/romstage.c b/src/soc/intel/apollolake/romstage.c
index 90b8cf1..1a860e8 100644
--- a/src/soc/intel/apollolake/romstage.c
+++ b/src/soc/intel/apollolake/romstage.c
@@ -43,8 +43,6 @@
 #include <string.h>
 #include <timestamp.h>
 
-#define FIT_POINTER				(0x100000000ULL - 0x40)
-
 static struct chipset_power_state power_state CAR_GLOBAL;
 
 /* High Performance Event Timer Configuration */



More information about the coreboot-gerrit mailing list