
11 Jul
2022
11 Jul
'22
4:04 p.m.
I've just realized this only patch was not applied among other patches of the original patchset "Support SPL for i.MX7ULP".
Please apply this patch as now "include/configs/mx7ulp_com.h" refers to non-existent "include/configs/imx7ulp_spl.h".
Changes in v3: - rebase the patch to the current codebase
Ricardo Salveti (1): mx7ulp: add base SPL support for mx7ulp
arch/arm/Makefile | 2 +- arch/arm/mach-imx/Makefile | 2 +- arch/arm/mach-imx/mx7ulp/soc.c | 2 +- arch/arm/mach-imx/spl.c | 12 ++++++++--- include/configs/imx7ulp_spl.h | 39 ++++++++++++++++++++++++++++++++++ 5 files changed, 51 insertions(+), 6 deletions(-) create mode 100644 include/configs/imx7ulp_spl.h
--
2.36.1