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:
74854d7
)
imx: imx8mq_evk: Drop DECLARE_GLOBAL_DATA_PTR
author
Peng Fan
<peng.fan@nxp.com>
Thu, 9 Jan 2025 03:29:14 +0000
(11:29 +0800)
committer
Fabio Estevam
<festevam@gmail.com>
Thu, 16 Jan 2025 13:15:42 +0000
(10:15 -0300)
There is no gd used in the board file, so drop DECLARE_GLOBAL_DATA_PTR.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/freescale/imx8mq_evk/imx8mq_evk.c
patch
|
blob
|
history
diff --git
a/board/freescale/imx8mq_evk/imx8mq_evk.c
b/board/freescale/imx8mq_evk/imx8mq_evk.c
index
64a2f25
..
f833996
100644
(file)
--- a/
board/freescale/imx8mq_evk/imx8mq_evk.c
+++ b/
board/freescale/imx8mq_evk/imx8mq_evk.c
@@
-6,12
+6,9
@@
#include <asm/arch/clock.h>
#include <asm/arch/imx8mq_pins.h>
#include <asm/arch/sys_proto.h>
-#include <asm/global_data.h>
#include <asm/mach-imx/iomux-v3.h>
#include <env.h>
-DECLARE_GLOBAL_DATA_PTR;
-
#define UART_PAD_CTRL (PAD_CTL_DSE6 | PAD_CTL_FSEL1)
#define WDOG_PAD_CTRL (PAD_CTL_DSE6 | PAD_CTL_HYS | PAD_CTL_PUE)