imx: imx8mn_evk: Drop DECLARE_GLOBAL_DATA_PTR
authorPeng Fan <peng.fan@nxp.com>
Thu, 9 Jan 2025 03:29:08 +0000 (11:29 +0800)
committerFabio Estevam <festevam@gmail.com>
Thu, 16 Jan 2025 13:15:41 +0000 (10:15 -0300)
There is no users of global data in imx8mn_evk.c, drop it.

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

index f20ffbc..1b9dc51 100644 (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;