imx: imx8mn_evk: Drop DECLARE_GLOBAL_DATA_PTR

There is no users of global data in imx8mn_evk.c, drop it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan
2025-01-09 11:29:08 +08:00
committed by Simon Glass
parent 7dba2e3009
commit 43d504e0ff

View File

@@ -3,13 +3,10 @@
* Copyright 2019 NXP
*/
#include <asm/global_data.h>
#include <asm/io.h>
#include <env.h>
#include <init.h>
DECLARE_GLOBAL_DATA_PTR;
int board_mmc_get_env_dev(int devno)
{
return devno;