summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/freescale/imx94_evk/spl.c1
-rw-r--r--board/freescale/imx95_evk/spl.c1
2 files changed, 2 insertions, 0 deletions
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 <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>
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 <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>