On 08/18, Mathieu Olivari wrote:
> On recent bootloaders, the bootloader patches the DT blob with memory
> information. However, with old bootloader, this operation doesn't
> happen, which leads the board to freeze in the early init code.
>
> This patch adds the memory node to the AP148 dts explic
On recent bootloaders, the bootloader patches the DT blob with memory
information. However, with old bootloader, this operation doesn't
happen, which leads the board to freeze in the early init code.
This patch adds the memory node to the AP148 dts explicitly to cover all
boot cases.
Signed-off-b