soc: arc: snps_nsim: delete C file with no code

soc_config.c for snps_nsim had no actual code, just a bunch of includes.
Deleting as it has no value (and triggered a compliance warning because
file had no newline at EOF).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-05-06 11:25:47 +02:00 committed by Carles Cufí
parent 0e69129fb3
commit 741e838a62
2 changed files with 1 additions and 13 deletions

View file

@ -53,7 +53,4 @@ else()
zephyr_ld_option_ifdef(CONFIG_SOC_NSIM_HS_MPUV6 -Hlib=hs38_full)
endif()
zephyr_sources(
soc.c
soc_config.c
)
zephyr_sources(soc.c)

View file

@ -1,9 +0,0 @@
/*
* Copyright (c) 2018 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/device.h>
#include <zephyr/init.h>
#include "soc.h"