diff options
| author | Peng Fan <peng.fan@nxp.com> | 2026-01-29 18:54:07 +0800 |
|---|---|---|
| committer | Fabio Estevam <festevam@gmail.com> | 2026-02-06 20:29:59 -0300 |
| commit | e590536a0996500379195e5077d280caec990df0 (patch) | |
| tree | c1f61cb539380272da9b2dd5e28099a53fb51370 /board | |
| parent | 652830fa0b3fdec60d9b816f2055f1fe32aeb2ee (diff) | |
imx8mn_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR
There is no user of "gd", so drop DECLARE_GLOBAL_DATA_PTR.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board')
| -rw-r--r-- | board/nxp/imx8mn_evk/spl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/nxp/imx8mn_evk/spl.c b/board/nxp/imx8mn_evk/spl.c index f96f5c45789..6554d445a59 100644 --- a/board/nxp/imx8mn_evk/spl.c +++ b/board/nxp/imx8mn_evk/spl.c @@ -11,7 +11,6 @@ #include <init.h> #include <log.h> #include <spl.h> -#include <asm/global_data.h> #include <asm/io.h> #include <asm/mach-imx/iomux-v3.h> #include <asm/arch/clock.h> @@ -32,8 +31,6 @@ #include <fsl_esdhc_imx.h> #include <mmc.h> -DECLARE_GLOBAL_DATA_PTR; - int spl_board_boot_device(enum boot_device boot_dev_spl) { return BOOT_DEVICE_BOOTROM; |
