On Sat, Apr 26, 2025 at 05:03:20PM +0000, Yao Zi wrote: > [EXTERNAL MAIL] > > Adjust Kconfig and defconfig and add SPL initialization code for > Lichee Pi 4A. Then enable SPL support which we've added for TH1520 SoC > earlier. The board devicetree is changed to use TH1520 binman > configuration to generate bootable images. > > Signed-off-by: Yao Zi <zi...@disroot.org> > --- > arch/riscv/dts/th1520-lichee-pi-4a.dts | 1 + > board/thead/th1520_lpi4a/Kconfig | 5 +-- > board/thead/th1520_lpi4a/Makefile | 1 + > board/thead/th1520_lpi4a/spl.c | 48 ++++++++++++++++++++++++++ > configs/th1520_lpi4a_defconfig | 18 ++++++++++ > 5 files changed, 71 insertions(+), 2 deletions(-) > create mode 100644 board/thead/th1520_lpi4a/spl.c
Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>