]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx95/4_evk: Add missing header
authorPeng Fan <peng.fan@nxp.com>
Thu, 8 Jan 2026 11:06:55 +0000 (19:06 +0800)
committerFabio Estevam <festevam@nabladev.com>
Sat, 17 Jan 2026 18:00:23 +0000 (15:00 -0300)
Include asm/global_data.h for using DECLARE_GLOBAL_DATA_PTR.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/freescale/imx94_evk/spl.c
board/freescale/imx95_evk/spl.c

index 0aa75ea907e0cc9c5590fff00fef2ecee6e26891..797806a8d4d52756d119eb8424d413ff9ee22477 100644 (file)
@@ -7,6 +7,7 @@
 #include <init.h>
 #include <spl.h>
 #include <asm/gpio.h>
+#include <asm/global_data.h>
 #include <asm/sections.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/mu.h>
index 90c7429272b15ef583f3d1a26d3be7365afacdf1..752d7f916b6743d38d2abe1393c8cef167b3cb03 100644 (file)
@@ -6,6 +6,7 @@
 #include <hang.h>
 #include <init.h>
 #include <spl.h>
+#include <asm/global_data.h>
 #include <asm/sections.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/mu.h>