diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/system_common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/system_common.c b/common/system_common.c index 60bb888726..6f74013aed 100644 --- a/common/system_common.c +++ b/common/system_common.c @@ -298,14 +298,12 @@ static void jump_to_image(uint32_t init_addr) { void (*resetvec)(void) = (void(*)(void))init_addr; -#ifdef BOARD_link /* * Jumping to any image asserts the signal to the Silego chip that that * EC is not in read-only firmware. (This is not technically true if * jumping from RO -> RO, but that's not a meaningful use case...) */ gpio_set_level(GPIO_ENTERING_RW, 1); -#endif /* Flush UART output unless the UART hasn't been initialized yet */ if (uart_init_done()) |