diff options
Diffstat (limited to 'src/mainboard/dmp')
-rw-r--r-- | src/mainboard/dmp/vortex86ex/romstage.c | 1 |
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(); |