diff options
| author | Peng Fan <peng.fan@nxp.com> | 2025-01-09 11:29:08 +0800 |
|---|---|---|
| committer | Fabio Estevam <festevam@gmail.com> | 2025-01-16 10:15:41 -0300 |
| commit | 07d5afc5623493ab8469ded0c839282ab54e636a (patch) | |
| tree | 121d6ba34f468ca55fa466b6b09e8321405dffd3 /board/freescale | |
| parent | 2b28dec8ad4a8d39310774e96ec0728510e89d6f (diff) | |
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>
Diffstat (limited to 'board/freescale')
| -rw-r--r-- | board/freescale/imx8mn_evk/imx8mn_evk.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/imx8mn_evk/imx8mn_evk.c b/board/freescale/imx8mn_evk/imx8mn_evk.c index f20ffbc5250..1b9dc51978b 100644 --- a/board/freescale/imx8mn_evk/imx8mn_evk.c +++ b/board/freescale/imx8mn_evk/imx8mn_evk.c @@ -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; |
