[coreboot-gerrit] Patch set updated for coreboot: b451781 northbridge/intel/nehalem/northbridge.c: Remove unused variable

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Thu Jun 26 17:53:21 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6128

-gerrit

commit b45178104b1622cd7fad4f5877818e6895c98310
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Thu Jun 26 22:15:29 2014 +1000

    northbridge/intel/nehalem/northbridge.c: Remove unused variable
    
    Spotted by Clang.
    
    Change-Id: I17e64ee989b611fac91072b9e97eab168cfae525
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/northbridge/intel/nehalem/northbridge.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/northbridge/intel/nehalem/northbridge.c b/src/northbridge/intel/nehalem/northbridge.c
index 071ff7f..2d96b2f 100644
--- a/src/northbridge/intel/nehalem/northbridge.c
+++ b/src/northbridge/intel/nehalem/northbridge.c
@@ -59,7 +59,6 @@ int bridge_silicon_revision(void)
  * 0xe0000 - 0xfffff: SeaBIOS, if used, otherwise DMI
  */
 static const int legacy_hole_base_k = 0xa0000 / 1024;
-static const int legacy_hole_size_k = 384;
 
 static void add_fixed_resources(struct device *dev, int index)
 {



More information about the coreboot-gerrit mailing list