Commit 8b207dff authored by Albert Ou's avatar Albert Ou
Browse files

bootrom: Align DTB to 8-byte boundary

OpenSBI currently expects the source FDT to be XLEN-aligned when
relocating a copy for the next-stage bootloader or payload, which may
also have similar restrictions.

The devicetree specification advises that the DTB as a whole should be
aligned in memory to the largest alignment of any subblock (8 bytes).
parent b84509b7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment