soc: arm: nxp_imx: add missing section_tags.h include
Include required for __imx_boot_ivt_section. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
343e900799
commit
81e23c2758
|
@ -16,6 +16,7 @@
|
|||
#include <zephyr/init.h>
|
||||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/irq.h>
|
||||
#include <zephyr/linker/section_tags.h>
|
||||
#include <soc.h>
|
||||
#include "flash_clock_setup.h"
|
||||
#include "fsl_power.h"
|
||||
|
|
Loading…
Reference in New Issue