Re: [PATCH v3 08/15] MIPS: generic: Support booting with built-in or appended DTB

From: Paul Cercueil
Date: Mon Sep 07 2020 - 08:46:43 EST




Le lun. 7 sept. 2020 à 10:54, Sergei Shtylyov <sergei.shtylyov@xxxxxxxxx> a écrit :
On 06.09.2020 22:29, 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

You haven't fixed s/kernel/DT/ here... :-/

Dammit. Sorry about that.

-Paul


kernel.

Support these usecases by removing the UHI check.

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

MBR, Sergei