diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2016-11-23 19:00:14 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-11-28 01:04:03 +0100 |
commit | f100700a149d1a1d4c87f63e50b8f4d89a8c2650 (patch) | |
tree | ffda45e8a87355a237e5665a8b8f9c369016c7ea /src/southbridge | |
parent | 2220f0d7c79b2f22ccdc93e8fa643e8928c1ff3c (diff) | |
download | coreboot-f100700a149d1a1d4c87f63e50b8f4d89a8c2650.tar.xz |
sb/broadcom/bcm5785/reset.c: Use tab for indents
Change-Id: If4350da1c9a7af5228be01a063486433860781e0
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>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/broadcom/bcm5785/reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/broadcom/bcm5785/reset.c b/src/southbridge/broadcom/bcm5785/reset.c index 8140e014c2..82ff0fd984 100644 --- a/src/southbridge/broadcom/bcm5785/reset.c +++ b/src/southbridge/broadcom/bcm5785/reset.c @@ -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); } |