mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-05-04 06:21:50 +01:00
09f976802b
When I tried to start opensbi with coreboot, I found that aligning to a 16-byte boundary would make a copy error. Corrected to align to an machine word length boundary. Signed-off-by: Xiang Wang <wxjstz@126.com>