diff options
| author | Peng Fan <[email protected]> | 2026-01-29 18:54:12 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-02-06 20:29:59 -0300 |
| commit | 3cde536025c59bbc1fea973d57ec76f7be059a5e (patch) | |
| tree | 9da76972bc20bae838b9a7777311759215b57112 | |
| parent | 7e4e4ccc4731d4b80d9b5a32ee123e8479ead53a (diff) | |
imx8mq_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR
There is no user of "gd", so drop DECLARE_GLOBAL_DATA_PTR.
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | board/nxp/imx8mq_evk/spl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/nxp/imx8mq_evk/spl.c b/board/nxp/imx8mq_evk/spl.c index a346305c863..5116d806bb6 100644 --- a/board/nxp/imx8mq_evk/spl.c +++ b/board/nxp/imx8mq_evk/spl.c @@ -9,7 +9,6 @@ #include <image.h> #include <init.h> #include <log.h> -#include <asm/global_data.h> #include <asm/io.h> #include <errno.h> #include <asm/io.h> @@ -30,8 +29,6 @@ #include <spl.h> #include "../common/pfuze.h" -DECLARE_GLOBAL_DATA_PTR; - extern struct dram_timing_info dram_timing_b0; static void spl_dram_init(void) |
