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:
Gerard Marull-Paretas 2022-10-07 09:37:52 +02:00 committed by Carles Cufí
parent 343e900799
commit 81e23c2758
1 changed files with 1 additions and 0 deletions

View File

@ -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"