soc: nxp: Fix boot issue on RT595
Include the correct header file. This was uncovered due to a recent change where zephyr/kernel.h include was removed from init.h Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
cf24ebcc1f
commit
2037b20db5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
#include <zephyr/init.h>
|
||||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <zephyr/linker/section_tags.h>
|
||||
#include <zephyr/linker/sections.h>
|
||||
#include <soc.h>
|
||||
#include "flash_clock_setup.h"
|
||||
#include "fsl_power.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue