Fix communication with PCH

This commit is contained in:
Jeremy Soller
2020-01-12 20:14:30 -07:00
parent 8e4d354d54
commit 0687488ec4

View File

@ -3,5 +3,5 @@
void gctrl_init(void) { void gctrl_init(void) {
SPCTRL1 = 0x03; SPCTRL1 = 0x03;
BADRSEL = 0; BADRSEL = 0;
RSTS = 0x84; RSTS = 0x44;
} }