
7 Sep
2021
7 Sep
'21
4:58 p.m.
This patchset adds SPL support for mx7ulp-based boards.
Oleksandr Suvorov (1): mx7ulp: select soc features
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/Kconfig | 3 ++ arch/arm/mach-imx/mx7ulp/soc.c | 2 +- arch/arm/mach-imx/spl.c | 12 ++++++-- include/configs/imx7ulp_spl.h | 52 ++++++++++++++++++++++++++++++++ 6 files changed, 67 insertions(+), 6 deletions(-) create mode 100644 include/configs/imx7ulp_spl.h
--
2.31.1