UPSTREAM: sb/broadcom/bcm5785/reset.c: Use tab for indents
BUG=None BRANCH=None TEST=None Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/17583 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: If4350da1c9a7af5228be01a063486433860781e0 Reviewed-on: https://chromium-review.googlesource.com/415085 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
bcf015b711
commit
916f5b5a36
1 changed files with 1 additions and 1 deletions
|
|
@ -46,5 +46,5 @@ void hard_reset(void)
|
|||
/* Try rebooting through port 0xcf9 */
|
||||
/* Actually it is not a real hard_reset --- it only reset coherent link table, but not reset link freq and width */
|
||||
outb((0 <<3)|(0<<2)|(1<<1), 0xcf9);
|
||||
outb((0 <<3)|(1<<2)|(1<<1), 0xcf9);
|
||||
outb((0 <<3)|(1<<2)|(1<<1), 0xcf9);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue