blob: 185124d7ec0dc487b93b285fdd89e6cac6b64f87 [file] [log] [blame]
/*
* Copyright (c) 2017, Linaro Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
#include <zephyr/device.h>
#include <zephyr/init.h>
#include <soc.h>
void soc_early_init_hook(void)
{
SystemInit();
}