Make ectool -i work; add missing break
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5986 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
7c1fb7b798
commit
11abcc0ae5
|
@ -81,6 +81,7 @@ int main(int argc, char *argv[])
|
|||
break;
|
||||
case 'i':
|
||||
dump_idx = 1;
|
||||
break;
|
||||
case 'h':
|
||||
case '?':
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue