Re: [PATCH v2 07/13] MIPS: generic: Support booting with built-in or appended DTB

From: Paul Cercueil
Date: Wed Aug 12 2020 - 05:21:35 EST




Le mer. 12 août 2020 à 12:15, Sergei Shtylyov <sergei.shtylyov@xxxxxxxxx> a écrit :
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/?

Ooops :)


kernel.

Support these usecases by removing the UHI check.

Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx>
[...]

MBR, Sergei