/* * Copyright (c) 2021 Tokita, Hiroshi * * SPDX-License-Identifier: Apache-2.0 */ #include #include #include void soc_early_init_hook(void) { uint32_t key; key = irq_lock(); SystemInit(); irq_unlock(key); }