aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/dmp
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-10-31 06:55:46 +1100
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-11-04 12:22:30 +0100
commit009600beafee3aea30108fa9b8b1ceb564d64a77 (patch)
treea8a4f275166a69d379bb170aa636553ad7d45799 /src/mainboard/dmp
parent0f7ec3123952ec9f4a547a6264d7b07786b9cc2a (diff)
mainboard/dmp/vortex86ec: Unused variable in romstage.c
Change-Id: I9cc549b7862ee535928bd06b5fb4bd38bb67a992 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/7279 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/dmp')
-rw-r--r--src/mainboard/dmp/vortex86ex/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/dmp/vortex86ex/romstage.c b/src/mainboard/dmp/vortex86ex/romstage.c
index a7b31caa73..e7933d5ea9 100644
--- a/src/mainboard/dmp/vortex86ex/romstage.c
+++ b/src/mainboard/dmp/vortex86ex/romstage.c
@@ -303,7 +303,6 @@ static void enable_l2_cache(void)
#include <cpu/intel/romstage.h>
static void main(unsigned long bist)
{
- device_t dev;
u32 dmp_id;
dmp_id = get_dmp_id();