nvramcui: reboot at the end as TODO suggests

Use cf9 to reboot at the end.

Change-Id: I642a5ec89c864fb03bbcdf6e4fcbb1e28f3fc34c
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/4693
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Vladimir Serbinenko 2014-01-15 22:09:25 +01:00 committed by Patrick Georgi
parent 017c2150d4
commit c728288a1f
1 changed files with 2 additions and 1 deletions

View File

@ -247,7 +247,8 @@ int main()
unpost_form(form);
free_form(form);
/* TODO: reboot */
/* reboot */
outb (0x6, 0xcf9);
halt();
}