imx95/4_evk: Add missing header

Include asm/global_data.h for using DECLARE_GLOBAL_DATA_PTR.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan
2026-01-08 19:06:55 +08:00
committed by Fabio Estevam
parent d12df78f2a
commit ab24985b8c
2 changed files with 2 additions and 0 deletions

View 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>

View 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>