mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-17 20:52:40 +02:00
If start address ($a1) is not 8-byte aligned, the system will hang in fw_platform_init where OpenSBI starts to parse fdt, thus need this patch to adjust the address in SPL. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>