
I've just realized this patch was not applied from the original patchset "Support SPL for i.MX7ULP".
Please apply this patch to fix the code as now "include/configs/mx7ulp_com.h" refers to non-existent "include/configs/imx7ulp_spl.h".
This supersedes the patchset https://patchwork.ozlabs.org/project/uboot/list/?series=309021
Changes in v4: - rebase to the current master - fix a reference to a non-existent option SPL_MMC_SUPPORT - add a small fix for imx spl.
Changes in v3: - rebase the patch to the current codebase
Oleksandr Suvorov (1): imx: spl: fix a comment adding IMX9
Ricardo Salveti (1): mx7ulp: add base SPL support for mx7ulp
arch/arm/mach-imx/Makefile | 2 +- arch/arm/mach-imx/mx7ulp/soc.c | 2 +- arch/arm/mach-imx/spl.c | 6 ++++-- include/configs/imx7ulp_spl.h | 39 ++++++++++++++++++++++++++++++++++ 4 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 include/configs/imx7ulp_spl.h