On 10/9/23 19:27, Dmitry Baryshkov wrote:
On Qualcomm platforms the bootloader populates device tree with some
extra nodes / properties (like memory size, boot time, etc). Usually
default padding is enough for the bootloader. But in some cases the
board will fail to boot if there is not enough padding space.
Add `--pad 4096' to DTC_FLAGS so that all Qualcomm DTB files get this
extra padding space.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
---
This is primarily necessary for SA8155P, but I have the feeling that it
might be better to be enabled on the global scale.
---
Every day I discover something new that makes me lose hope in this
software stack
Acked-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
Konrad