The 2nd batch to do some cleanup. The patchset is mainly to cleanup i.MX8M/ULP-EVK board code and sort the included header files.
While at here when reviewing the code, the i.MX93 FRDM EFI GUID is copied from i.MX93-EVK which is wrong, so updated it. For patches to sort the header, I follow such rules to sort the header, same as the last patchset to clean i.MX9: *.h [generic header] asm/*.h asm/arch/*.h asm/mach-imx/*.h CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/29059 Signed-off-by: Peng Fan <[email protected]> --- Peng Fan (12): imx8mm_evk: Drop DECLARE_GLOBAL_DATA_PTR imx8mp_evk: spl: Drop i2c_pad_info1 imx8mp_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR imx8mp_evk: Cleanup headers imx8mn_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR imx8mn_evk: Cleanup headers imx8ulp_evk: Drop DECLARE_GLOBAL_DATA_PTR imx8ulp_evk: Drop board_phy_config imx8ulp_evk: Cleanup headers imx8mq_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR imx93_frdm: Drop DECLARE_GLOBAL_DATA_PTR imx93_frdm: Update IMX_BOOT_IMAGE_GUID board/freescale/imx8mm_evk/imx8mm_evk.c | 3 --- board/freescale/imx8mn_evk/imx8mn_evk.c | 4 ++-- board/freescale/imx8mn_evk/spl.c | 22 ++++------------------ board/freescale/imx8mp_evk/imx8mp_evk.c | 2 +- board/freescale/imx8mp_evk/spl.c | 30 +++--------------------------- board/freescale/imx8mq_evk/spl.c | 3 --- board/freescale/imx8ulp_evk/imx8ulp_evk.c | 17 ++--------------- board/freescale/imx8ulp_evk/spl.c | 12 +----------- board/freescale/imx93_frdm/imx93_frdm.c | 7 ++----- 9 files changed, 15 insertions(+), 85 deletions(-) --- base-commit: 6b2d05748cf3cd6ba417a96c00602b0122e10af6 change-id: 20260119-imx-clean-v1-d38b0568a805 Best regards, -- Peng Fan <[email protected]>

