mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ int main(int argc, char *argv[])
|
|||
break;
|
||||
case 'i':
|
||||
dump_idx = 1;
|
||||
break;
|
||||
case 'h':
|
||||
case '?':
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue