mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
make coreboot commit hook not yell about whitespace errors
Change-Id: Ib010b559459c81860af34916e053a60141d96739
This commit is contained in:
parent
6eb638f749
commit
b581707d8e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
void do_hard_reset(void)
|
||||
{
|
||||
uint32_t val;
|
||||
|
||||
|
||||
val = read32(PMC_CTLR_BASE + PMC_SCRATCH0);
|
||||
val |= PMC_SCRATCH0_MODE_RCM;
|
||||
write32(PMC_CTLR_BASE + PMC_SCRATCH0, val);
|
||||
|
|
Loading…
Add table
Reference in a new issue