Enable POST codes in EC init instead of per-board

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2021-06-10 09:43:54 -06:00
committed by Jeremy Soller
parent d1db553e8c
commit 1fc832ca94
10 changed files with 7 additions and 25 deletions

View File

@@ -30,9 +30,6 @@ void board_init(void) {
gpio_set(&SCI_N, true);
gpio_set(&SMI_N, true);
gpio_set(&SWI_N, true);
// Enable POST codes
SPCTRL1 |= 0xC8;
}
void board_event(void) {