From: Peng Fan Date: Thu, 8 Jan 2026 11:06:55 +0000 (+0800) Subject: imx95/4_evk: Add missing header X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab24985b8cd03472352a6178f1aef9d4e8ce54d8;p=thirdparty%2Fu-boot.git imx95/4_evk: Add missing header Include asm/global_data.h for using DECLARE_GLOBAL_DATA_PTR. Signed-off-by: Peng Fan --- diff --git a/board/freescale/imx94_evk/spl.c b/board/freescale/imx94_evk/spl.c index 0aa75ea907e..797806a8d4d 100644 --- a/board/freescale/imx94_evk/spl.c +++ b/board/freescale/imx94_evk/spl.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include diff --git a/board/freescale/imx95_evk/spl.c b/board/freescale/imx95_evk/spl.c index 90c7429272b..752d7f916b6 100644 --- a/board/freescale/imx95_evk/spl.c +++ b/board/freescale/imx95_evk/spl.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include