soc: nxp_s32: include soc.h instead of individual headers
The SoC header already includes the necessary device headers for all SoC variants supported. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
parent
927445325c
commit
2c9255fbba
1 changed files with 1 additions and 6 deletions
|
@ -4,15 +4,10 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <soc.h>
|
||||
#include <OsIf.h>
|
||||
#include <OsIf_Cfg_TypesDef.h>
|
||||
|
||||
#if defined(CONFIG_SOC_S32Z27_R52)
|
||||
#include <S32Z2_MSCM.h>
|
||||
#elif defined(CONFIG_SOC_S32K344)
|
||||
#include <S32K344_MSCM.h>
|
||||
#endif
|
||||
|
||||
/* Required by OsIf timer initialization but not used with Zephyr, so no values configured */
|
||||
static const OsIf_ConfigType osif_config;
|
||||
const OsIf_ConfigType *const OsIf_apxPredefinedConfig[OSIF_MAX_COREIDX_SUPPORTED] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue