[coreboot] [commit] r5986 - trunk/util/ectool

repository service svn at coreboot.org
Mon Oct 25 04:12:05 CEST 2010


Author: stuge
Date: Mon Oct 25 04:12:04 2010
New Revision: 5986
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5986

Log:
Make ectool -i work; add missing break

Signed-off-by: Peter Stuge <peter at stuge.se>
Acked-by: Peter Stuge <peter at stuge.se>

Modified:
   trunk/util/ectool/ectool.c

Modified: trunk/util/ectool/ectool.c
==============================================================================
--- trunk/util/ectool/ectool.c	Sun Oct 24 18:22:11 2010	(r5985)
+++ trunk/util/ectool/ectool.c	Mon Oct 25 04:12:04 2010	(r5986)
@@ -81,6 +81,7 @@
 			break;
 		case 'i':
 			dump_idx = 1;
+			break;
 		case 'h':
 		case '?':
 		default:




More information about the coreboot mailing list