[coreboot-gerrit] New patch to review for coreboot: 2ff7cd5 mainboard/dmp/vortex86ec: Unused variable in romstage.c

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Thu Oct 30 20:58:41 CET 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/7279

-gerrit

commit 2ff7cd5ec0339c018b652fac86d8a27e038656f2
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Fri Oct 31 06:55:46 2014 +1100

    mainboard/dmp/vortex86ec: Unused variable in romstage.c
    
    Change-Id: I9cc549b7862ee535928bd06b5fb4bd38bb67a992
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/dmp/vortex86ex/romstage.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mainboard/dmp/vortex86ex/romstage.c b/src/mainboard/dmp/vortex86ex/romstage.c
index a7b31ca..e7933d5 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();



More information about the coreboot-gerrit mailing list