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 Signed-off-by: Peng Fan <[email protected]> --- Changes in v2: - Rebased to lastest master - CI build pass - Link to v1: https://lore.kernel.org/u-boot/[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/nxp/imx8mm_evk/imx8mm_evk.c | 3 --- board/nxp/imx8mn_evk/imx8mn_evk.c | 4 ++-- board/nxp/imx8mn_evk/spl.c | 22 ++++------------------ board/nxp/imx8mp_evk/imx8mp_evk.c | 2 +- board/nxp/imx8mp_evk/spl.c | 30 +++--------------------------- board/nxp/imx8mq_evk/spl.c | 3 --- board/nxp/imx8ulp_evk/imx8ulp_evk.c | 17 ++--------------- board/nxp/imx8ulp_evk/spl.c | 12 +----------- board/nxp/imx93_frdm/imx93_frdm.c | 7 ++----- 9 files changed, 15 insertions(+), 85 deletions(-) --- base-commit: 6a1bdb7e952d5841f42742fefa907cae5dc8d50a change-id: 20260129-imx-clean-v2-d67227cf0a9c Best regards, -- Peng Fan <[email protected]>

