git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b28dec
)
imx: imx8mn_evk: Drop DECLARE_GLOBAL_DATA_PTR
author
Peng Fan
<peng.fan@nxp.com>
Thu, 9 Jan 2025 03:29:08 +0000
(11:29 +0800)
committer
Fabio 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
patch
|
blob
|
history
diff --git
a/board/freescale/imx8mn_evk/imx8mn_evk.c
b/board/freescale/imx8mn_evk/imx8mn_evk.c
index
f20ffbc
..
1b9dc51
100644
(file)
--- 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;