diff options
Diffstat (limited to 'src/soc/mediatek/mt8188/bootblock.c')
-rw-r--r-- | src/soc/mediatek/mt8188/bootblock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8188/bootblock.c b/src/soc/mediatek/mt8188/bootblock.c index 75fab9a90b..32ef4af2e3 100644 --- a/src/soc/mediatek/mt8188/bootblock.c +++ b/src/soc/mediatek/mt8188/bootblock.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only OR MIT */ #include <bootblock_common.h> +#include <soc/eint_event.h> #include <soc/mmu_operations.h> #include <soc/pll.h> #include <soc/tracker_common.h> @@ -12,4 +13,5 @@ void bootblock_soc_init(void) bustracker_init(); mtk_wdt_init(); mt_pll_init(); + unmask_eint_event_mask(); } |