On Thu, Feb 27, 2025 at 02:47:29PM +0000, Yao Zi wrote: > It's common for S-Mode U-Boot to retrieve a FDT blob along with taking > control from SBI firmware. Add a weak version of board_fdt_blob_setup to > make use of it by default and avoid copy-pasting similar functions among > boards. > > Signed-off-by: Yao Zi <zi...@disroot.org> > --- > arch/riscv/lib/Makefile | 1 + > arch/riscv/lib/board.c | 19 +++++++++++++++++++ > 2 files changed, 20 insertions(+) > create mode 100644 arch/riscv/lib/board.c
Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>