diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-06-26 22:15:29 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-07-29 03:21:39 +0200 |
commit | 081651b6677c64a5f2861d831822b5f8f3517c21 (patch) | |
tree | 46027b20d936dc8d3c6a172a3c28ee76a06b908a | |
parent | f2e206a7fd4ce9dbc2c033d6d13bb3c024526e46 (diff) | |
download | coreboot-081651b6677c64a5f2861d831822b5f8f3517c21.tar.xz |
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>
-rw-r--r-- | src/northbridge/intel/nehalem/northbridge.c | 1 |
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) { |