[coreboot-gerrit] New patch to review for coreboot: c46be68 northbridge/via/vx800/lpc.c: Remove unused variables

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Mon Jan 12 19:20:44 CET 2015


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8199

-gerrit

commit c46be689039ff77337336025f621c7e857f5f705
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Tue Jan 13 05:13:49 2015 +1100

    northbridge/via/vx800/lpc.c: Remove unused variables
    
    Change-Id: I1f94171173d0b3d672aebeb0dd901dd292028711
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/northbridge/via/vx800/lpc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/northbridge/via/vx800/lpc.c b/src/northbridge/via/vx800/lpc.c
index c2a8a1d..cffaeda 100644
--- a/src/northbridge/via/vx800/lpc.c
+++ b/src/northbridge/via/vx800/lpc.c
@@ -39,9 +39,9 @@ static const unsigned char usbdevicePins[4] = { 'A', 'B', 'C', 'D' };	//only INT
 static const unsigned char sdioPins[4] = { 'A', 'B', 'C', 'D' };	//only INTA
 static const unsigned char sd_ms_ctrl_Pins[4] = { 'B', 'C', 'D', 'A' };	//only INTA
 static const unsigned char ce_ata_nf_ctrl_Pins[4] = { 'C', 'C', 'D', 'A' };	//only INTA
-static const unsigned char idePins[4] = { 'B', 'C', 'D', 'A' };	//only INTA
+//static const unsigned char idePins[4] = { 'B', 'C', 'D', 'A' };	//only INTA
 
-static const unsigned char usbPins[4] = { 'A', 'B', 'C', 'D' };	//all 4
+//static const unsigned char usbPins[4] = { 'A', 'B', 'C', 'D' };	//all 4
 
 static const unsigned char hdacaudioPins[4] = { 'B', 'C', 'D', 'A' };	//only INTA
 



More information about the coreboot-gerrit mailing list