Enable POST codes in EC init instead of per-board
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
d1db553e8c
commit
1fc832ca94
@@ -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) {
|
||||
|
Reference in New Issue
Block a user