aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-06-26 22:15:29 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-29 03:21:39 +0200
commit081651b6677c64a5f2861d831822b5f8f3517c21 (patch)
tree46027b20d936dc8d3c6a172a3c28ee76a06b908a /src/northbridge
parentf2e206a7fd4ce9dbc2c033d6d13bb3c024526e46 (diff)
northbridge/intel/nehalem/northbridge.c: Remove unused variable
Spotted by Clang. Change-Id: I17e64ee989b611fac91072b9e97eab168cfae525 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6128 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/intel/nehalem/northbridge.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/nehalem/northbridge.c b/src/northbridge/intel/nehalem/northbridge.c
index 071ff7f6a5..2d96b2f7b7 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)
{