make coreboot commit hook not yell about whitespace errors

Change-Id: Ib010b559459c81860af34916e053a60141d96739
This commit is contained in:
Andre Heider 2018-02-16 07:30:56 +01:00
parent 6eb638f749
commit b581707d8e

View file

@ -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);