zephyr/soc/gd/gd32/gd32e50x/soc.c

13 lines
188 B
C

/*
* Copyright (c) 2022, Teslabs Engineering S.L.
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/init.h>
#include <soc.h>
void soc_early_init_hook(void)
{
SystemInit();
}