Re: [PATCH v2 07/13] MIPS: generic: Support booting with built-in or appended DTB
From: Sergei Shtylyov
Date: Wed Aug 12 2020 - 05:15:45 EST
Hello!
On 12.08.2020 3:15, Paul Cercueil wrote:
The plat_get_fdt() checked that the kernel was booted using UHI before
reading the 'fw_passed_dtb' variable. However, this variable is also set
when the kernel has been appended, or when it has been built into the
s/kernel/DT/?
kernel.
Support these usecases by removing the UHI check.
Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx>
[...]
MBR, Sergei