commit | 10c4ab898c251a9f8d79b525880a1751b4815350 | [log] [tgz] |
---|---|---|
author | Randolph <randolph@andestech.com> | Fri Dec 29 16:32:22 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Jan 31 16:51:03 2024 +0800 |
tree | d87c8969a165f68a408f5986035648e642aa62ee | |
parent | 011d07b4d8de909202f0d137a53e83ea110436e3 [diff] |
spl: riscv: falcon: move fdt blob to specified address 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> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>