u-boot/arch/riscv/cpu/ax25
Rick Chen 5b71b7bf92 riscv: ax25: bypass malloc when spl fit boots from ram
When fit image boots from ram, the payload will
be prepared in the address of SPL_LOAD_FIT_ADDRESS.
In spl fit generic flow, it will malloc another
memory address and copy whole fit image to this
malloc address.  But it is un-necessary for booting
from RAM.

This patch improves this flow by declare the
board_spl_fit_buffer_addr() to replace the original one.
The larger image size (eq: Kernel Image 10~20MB), it
can save more booting time.

Signed-off-by: Rick Chen <rick@andestech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
2023-02-01 16:17:45 +08:00
..
cache.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
cpu.c riscv: ae350: Enable CCTL_SUEN 2023-02-01 16:17:34 +08:00
Kconfig riscv: Rename Andes PLIC to PLICSW 2022-11-03 13:27:56 +08:00
Makefile riscv: ax25: bypass malloc when spl fit boots from ram 2023-02-01 16:17:45 +08:00
spl.c riscv: ax25: bypass malloc when spl fit boots from ram 2023-02-01 16:17:45 +08:00