Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIPS: Malta: fix alignment of the devicetree buffer
Starting with following patch MIPS Malta is not able to boot: | commit 79edff1 | Author: Rob Herring <[email protected]> | scripts/dtc: Update to upstream version v1.6.0-51-g183df9e9c2b9 The reason is the alignment test added to the fdt_ro_probe_(). To fix this issue, we need to make sure that fdt_buf is aligned. Since the dtc patch was designed to uncover potential issue, I handle initial MIPS Malta patch as initial bug. Fixes: e81a8c7 ("MIPS: Malta: Setup RAM regions via DT") Signed-off-by: Oleksij Rempel <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
- Loading branch information