
31 Jan
2024
31 Jan
'24
3:51 a.m.
On Fri, Dec 29, 2023 at 04:32:22PM +0800, Randolph wrote:
In Falcon Boot mode, the fdt blob should be move to the RAM from kernel BSS section. To avoid being cleared by BSS initialisation. SPL_PAYLOAD_ARGS_ADDR is the address where SPL copies.
Signed-off-by: Randolph randolph@andestech.com
board/AndesTech/ae350/ae350.c | 25 ------------------------- common/spl/Kconfig | 2 +- common/spl/spl_opensbi.c | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 26 deletions(-)
Reviewed-by: Leo Yu-Chi Liang ycliang@andestech.com