Skip to content

Commit cfcba1a

Browse files
committed
soc: infineon: Enable AutAnalog subsystem init
Changes initialization to use a function from hal_infineon. This initialization function will initialize the AutAnalog system if needed as well as the SystemInit. Signed-off-by: John Batch <[email protected]>
1 parent 4b774a1 commit cfcba1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

soc/infineon/edge/pse84/soc_pse84_m55.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "soc.h"
1717
#include <cy_sysint.h>
1818
#include <system_edge.h>
19+
#include <ifx_cycfg_init.h>
1920
#include "cy_pdl.h"
2021

2122
#define CY_IPC_MAX_ENDPOINTS (8UL)
@@ -92,7 +93,7 @@ void soc_early_init_hook(void)
9293
SCB_EnableDCache();
9394

9495
/* Initializes the system */
95-
SystemInit();
96+
ifx_cycfg_init();
9697

9798
static cy_stc_ipc_pipe_ep_t systemIpcPipeEpArray[CY_IPC_MAX_ENDPOINTS];
9899

0 commit comments

Comments
 (0)